Guest User

Untitled

a guest
Feb 13th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // remove the Tools menu item from the WP-Admin menu
  2. add_action( 'admin_menu', 'roscript_remove_tools', 99 );
  3. function roscript_remove_tools(){
  4. remove_menu_page( 'tools.php' );
  5. }
Add Comment
Please, Sign In to add comment