Remove comments
-
When comments are disabled, the page Comments still appears in the admin side menu. Shouldn’t this be hidden?
And the code to remove it is as simple as:
add_action(‘admin_menu’, function () {
remove_menu_page(‘edit-comments.php’);
});
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.