function plt_hide_gs_facebook_comments_menus() { //Hide the "Facebook Comments" menu. remove_menu_page('wpfc'); } add_action('admin_menu', 'plt_hide_gs_facebook_comments_menus', 11);
Where do I put this code?