function mo_save_environment_settings($Gb)
{
if (get_option("mo_enable_multiple_licenses")) {
goto Fs;
}
return false;
Fs:
$og = LicenseHelper::getSelectedEnvironment();
$Kt = get_option("mo_saml_environment_objects");
if (!($Kt and isset($Kt[$og]))) {
goto cb;
}
$Kt[$og]->setPluginSettings($Gb, true);
cb:
update_option("mo_saml_environment_objects", $Kt);
return true;
}
© 2023 Quttera Ltd. All rights reserved.