• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook/page/gtm.php
  • Класс: BitrixLandingHookPageGTM
  • Вызов: GTM::isLocked
public function isLocked()
{
	return !BitrixLandingRestrictionManager::isAllowed(
		'limit_sites_google_analytics'
	);
}