function plt_hide_web_vitals_menus() { //Hide the "Settings → Web Vitals" menu. remove_submenu_page('options-general.php', 'sa-webvitals'); } add_action('admin_menu', 'plt_hide_web_vitals_menus', 11);
Where do I put this code?