• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook/page/yacounter.php
  • Класс: BitrixLandingHookPageYaCounter
  • Вызов: YaCounter::enabled
public function enabled()
{
	if ($this->isLocked())
	{
		return false;
	}

	if ($this->issetCustomExec())
	{
		return true;
	}

	return $this->fields['USE']->getValue() == 'Y';
}