function plt_hide_server_info_for_debugging_menus() { //Hide the "Server Stats" menu. remove_menu_page('ezsi_server_stats'); } add_action('admin_menu', 'plt_hide_server_info_for_debugging_menus', 11);
Where do I put this code?