function plt_hide_baar_mfa_menus() { //Hide the "BAAR MFA" menu. remove_menu_page('baar-connect-auth'); } add_action('admin_menu', 'plt_hide_baar_mfa_menus', 11);
Where do I put this code?