function plt_hide_caygri_checkout_fields_for_fluentcart_menus() { //Hide the "Checkout Fields" menu. remove_menu_page('ccfff-settings'); } add_action('admin_menu', 'plt_hide_caygri_checkout_fields_for_fluentcart_menus', 11);
Where do I put this code?