• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/configuration/facebook/fields/config/pagecta.php
  • Класс: BitrixSeoBusinessSuiteConfigurationFacebookFieldsConfigPageCta
  • Вызов: PageCta::checkValueFields
static function checkValueFields($value): bool
{
	return static::checkBelowButtonText($value) && static::checkButtonText($value) && static::checkUrl($value);
}