Сниппет phone
<?php
if (!empty($input)) {
$input = preg_replace("/[^0-9]/", '', $input);
}
return $input;
?>
В шаблонах
<a href="tel:+[[++phone:phone]]">[[++phone]]</a>
<?php
if (!empty($input)) {
$input = preg_replace("/[^0-9]/", '', $input);
}
return $input;
?>
В шаблонах
<a href="tel:+[[++phone:phone]]">[[++phone]]</a>