Created
May 15, 2018 16:36
-
-
Save flumono/f505117c50be9c209713c4b7d4c5c8fe to your computer and use it in GitHub Desktop.
Telephone number
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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