function plt_hide_ultimate_addons_for_gutenberg_menus() { //Hide the "Settings → Spectra" menu. remove_submenu_page('options-general.php', 'spectra'); } add_action('admin_menu', 'plt_hide_ultimate_addons_for_gutenberg_menus', 11);
Where do I put this code?