• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/restriction/site.php
  • Класс: BitrixLandingRestrictionSite
  • Вызов: Site::isTermsFooterShow
static function isTermsFooterShow(): bool
{
	if (Loader::includeModule('bitrix24'))
	{
		return !Feature::isFeatureEnabled('landing_hide_terms_footer');
	}

	return false;
}