Support

Account

Home Forums General Issues Email obfuscation Reply To: Email obfuscation

  • @ttwebco

    I am by far an expert have you tried something like this?

    <?php $theEmail = get_field('pro_email'); ?>
    <a href="mailto:<?php echo antispambot( $theEmail ) ?>">
    Email Me
    </a>