Created
April 22, 2016 08:24
-
-
Save ville6000/380186df61ca6472c50486f734ab8613 to your computer and use it in GitHub Desktop.
Remove comment menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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