function plt_hide_simple_facebook_plugin_menus() { //Hide the "Settings → Simple Like Page Plugin" menu. remove_submenu_page('options-general.php', 'sfp_plugin'); } add_action('admin_menu', 'plt_hide_simple_facebook_plugin_menus', 11);
Where do I put this code?