<a href="tel:0300000000">03-0000-0000</a>で、色々さがしてこうなった。
<?php $custum_tel = get_post_meta( get_the_ID(), 'custum_tel', 'true' ); $custum_tel_link = str_replace(array('-', 'ー', '-', '―', '‐','(',')','(',')',' ',' '),'',$custum_tel); ?>※電話番号入力のカスタムフィールドではcustum_telというIDを定義しています。
<a href="tel:<?php echo esc_html($custum_tel_link);?>"><?php echo esc_html($custum_tel);?></a>