function plt_hide_wps_visitor_counter_menus() { //Hide the "Settings → WPS Visitor Counter" menu. remove_submenu_page('options-general.php', 'wps_options_general'); } add_action('admin_menu', 'plt_hide_wps_visitor_counter_menus', 11);
Where do I put this code?