Skip to content

Instantly share code, notes, and snippets.

@certainlyakey
Created March 10, 2014 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save certainlyakey/9463491 to your computer and use it in GitHub Desktop.
Save certainlyakey/9463491 to your computer and use it in GitHub Desktop.
Wopdpress - remove comments from admin
function remove_menus(){
remove_menu_page( 'edit-comments.php' );//Comments
}
add_action( 'admin_menu', 'remove_menus' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment