• Модуль: messageservice
  • Путь к файлу: ~/bitrix/modules/messageservice/lib/Providers/Edna/WhatsApp/Utils.php
  • Класс: BitrixMessageServiceProvidersEdnaWhatsAppUtils
  • Вызов: Utils::checkForPlaceholders
protected function checkForPlaceholders($template): bool
{
	return
		$this->hasPlaceholder($template['content']['header']['text'] ?? '')
		|| $this->hasPlaceholder($template['content']['text'] ?? '')
		|| $this->hasPlaceholder($template['content']['footer']['text'] ?? '')
		;
}