function plt_hide_findex_for_indexnow_menus() { //Hide the "Findex" menu. remove_menu_page('findex-for-indexnow'); } add_action('admin_menu', 'plt_hide_findex_for_indexnow_menus', 11);
Where do I put this code?