Support

Account

Home Forums General Issues acf/format_value for specific field Reply To: acf/format_value for specific field

  • Because I’m a noob…
    I saw it here on the forum

    $phone = get_field('phone-number');
    <a href="tel:<?php echo $phone; ?>"><?php echo $phone; ?></a>

    But I have no idea where to put it ..