function plt_hide_easy_populate_posts_menus() { //Hide the "Tools → Easy Populate Posts" menu. remove_submenu_page('tools.php', 'populate-posts-settings'); } add_action('admin_menu', 'plt_hide_easy_populate_posts_menus', 11);
Where do I put this code?