Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119508

captainbr on "[Plugin: Email Address Encoder] Encoding e-mails from custom fields"

$
0
0

I also have Advanced Custom Fields installed.

In Simple.php I replaced
<a href="mailto:<?php echo $email; ?>"><?php echo $email; ?></a> <br />
with
<p><a href="<?php echo eae_encode_str('mailto:'.get_field('mail')); ?>"><?php echo eae_encode_str(get_field('mail')); ?></a></p>
and it is not encoding the address.

The page is http://sidneybcdirectory.com/hagens-computers/


Viewing all articles
Browse latest Browse all 119508

Trending Articles