function plt_hide_xve_various_embed_menus() { //Hide the "Settings → XVE" menu. remove_submenu_page('options-general.php', 'xve-various-embed'); } add_action('admin_menu', 'plt_hide_xve_various_embed_menus', 11);
Where do I put this code?