• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/configuration/facebook/fields/setup/currency.php
  • Класс: BitrixSeoBusinessSuiteConfigurationFacebookFieldsSetupCurrency
  • Вызов: Currency::getDefaultValue
static function getDefaultValue()
{
	return in_array($current = self::getDefaultCurrency(),static::getCurrencyList())? $current : 'USD';
}