Skip to content

Instantly share code, notes, and snippets.

@flumono
Created May 15, 2018 16:36
Show Gist options
  • Save flumono/f505117c50be9c209713c4b7d4c5c8fe to your computer and use it in GitHub Desktop.
Save flumono/f505117c50be9c209713c4b7d4c5c8fe to your computer and use it in GitHub Desktop.
Telephone number
<a href="tel:+38<?= preg_replace('![^0-9+]+!', '', get_field("telephone", "option")) ?>" "> <? the_field("telephone", "option") ?></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment