<?php
$result = preg_replace('/[^0-9]/', '', $input);;
return $result;
<a href="tel:[[#5.phone-1:onlyNum]]" class="phone header__phone">[[#5.phone-1]]</a>
$where = array (
'contentid' => $resourceId, // id ресурса
'tmplvarid' => $variableId // id поля
);
$tv = $modx->getObject('modTemplateVarResource', $where); // получение tv.объекта
if(!$tv) return;
$val = $tv->get('value'); // получение значения
return $val;