function plt_hide_themegrill_demo_importer_menus() { //Hide the "Appearance → Starter Templates" menu. remove_submenu_page('themes.php', 'tg-starter-templates'); } add_action('admin_menu', 'plt_hide_themegrill_demo_importer_menus', 13);
Where do I put this code?