Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function custom_menu_page_removing() {
  2. remove_menu_page('vc-welcome'); //vc
  3. }
  4. add_action( 'admin_menu', 'custom_menu_page_removing' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement