• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook/page/metayandexverification.php
  • Класс: BitrixLandingHookPageMetaYandexVerification
  • Вызов: MetaYandexVerification::exec
public function exec()
{
	if ($this->execCustom())
	{
		return;
	}

	$meta = trim($this->fields['META']);

	if (preg_match('#^$#i', $meta))
	{
		Manager::setPageView('BeforeHeadClose', $meta);
	}
}