Skip to content

Instantly share code, notes, and snippets.

@ville6000
Created April 22, 2016 08:24
Show Gist options
  • Save ville6000/380186df61ca6472c50486f734ab8613 to your computer and use it in GitHub Desktop.
Save ville6000/380186df61ca6472c50486f734ab8613 to your computer and use it in GitHub Desktop.
Remove comment menu
<?php
function remove_comment_menu(){
remove_menu_page( 'edit-comments.php' );
}
add_action( 'admin_menu', 'remove_comment_menu' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment