SashaKolbasov
5/2/2017 - 4:52 PM

Insert String without whitespaces

Insert String without whitespaces

<a href="tel:<?php $phone = get_field('blog_header_phone', 4); echo str_replace(" ", "", $phone); ?>">
  <?php echo $phone; ?>
</a>