function plt_hide_official_facebook_pixel_menus() { //Hide the "Settings → Meta" menu. remove_submenu_page('options-general.php', 'facebook_pixel_options'); } add_action('admin_menu', 'plt_hide_official_facebook_pixel_menus', 11);
Where do I put this code?