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