$APPLICATION->SetPageProperty("og:description", $arResult["DESCRIPTION"]);
$APPLICATION->GetPageProperty("og:description");
SELECT `post_content` FROM `wp_posts`
WHERE `post_content` REGEXP "^(https?://|www\\.)[\.A-Za-z0-9\-]+\\.[a-zA-Z]{2,4}"
# Redirect to ssl if need
if (-f /home/bitrix/www/.htsecure) { rewrite ^(.*)$ https://$host$1 permanent; }