function plt_hide_crm_integration_freshworks_any_form_menus() { //Hide the "Freshsales" menu. remove_menu_page('crm-integration-freshworks-any-form'); } add_action('admin_menu', 'plt_hide_crm_integration_freshworks_any_form_menus', 11);
Where do I put this code?