• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/leadads/form.php
  • Класс: BitrixSeoLeadAdsForm
  • Вызов: Form::getPrivacyPolicyUrl
static function getPrivacyPolicyUrl(): string
{
	switch ($langId = Context::getCurrent()->getLanguage())
	{
		case 'ua':
		case 'ru':
		case 'kz':
		case 'by':
			return "https://www.bitrix24.{$langId}/about/privacy.php";
		case 'de':
			return "https://www.bitrix24.{$langId}/privacy/";

		default:
			return 'https://www.bitrix24.com/privacy/';
	}
}