function plt_hide_theme_stats_view_menus() { //Hide the "Settings → Theme Stats View" menu. remove_submenu_page('options-general.php', 'ThemeStatsView'); } add_action('admin_menu', 'plt_hide_theme_stats_view_menus', 11);
Where do I put this code?