function plt_hide_common_knowledge_join_flow_menus() { //Hide the "Join" menu. remove_menu_page('crb_carbon_fields_container_ck_join_flow.php'); } add_action('admin_menu', 'plt_hide_common_knowledge_join_flow_menus', 11);
Where do I put this code?