• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/update/block/buttons.php
  • Класс: BitrixLandingUpdateBlockButtons
  • Вызов: Buttons::isOldButton
static function isOldButton($content): bool
{
	return (bool) preg_match(self::OLD_BUTTON_MATCHER, $content);
}