function plt_hide_cardoza_facebook_like_box_menus() { //Hide the "Settings → FB Like Box" menu. remove_submenu_page('options-general.php', 'slug_for_fb_like_box'); } add_action('admin_menu', 'plt_hide_cardoza_facebook_like_box_menus', 11);
Where do I put this code?