Home › Forums › Backend Issues (wp-admin) › Phone field with href="tel:" link › Reply To: Phone field with href="tel:" link
Sorry to bring back an old thread, but is there a way to do this using the acf/update_value filter?
Meaning, what code would fire:
$phone = get_field('phone-number');
<a href="tel:<?php echo $phone; ?>"><?php echo $phone; ?></a>
on all pages, so everywhere the phone-number value appears it is replaced with the linked version?
Thanks.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.