function remove_posts_menu() {
remove_menu_page('edit.php'); // Removes the "Posts" menu
}
add_action('admin_menu', 'remove_posts_menu');
Skip to the content
Showing 10–12 of 12 results
function remove_posts_menu() {
remove_menu_page('edit.php'); // Removes the "Posts" menu
}
add_action('admin_menu', 'remove_posts_menu');