• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook/page/pixelfb.php
  • Класс: BitrixLandingHookPagePixelFb
  • Вызов: PixelFb::changeBusinessPixel
static function changeBusinessPixel(): void
{
	if (self::getBusinessPixelFromSeo() !== Manager::getOption('business_pixel'))
	{
		Option::delete('landing', ['name' => 'business_pixel']);
		Manager::clearCache();
	}
}