Email Address Encoder – Advanced Custom Fields values
-
Hi ,
I need some help regarding to encode an email address in my website .
I look for some FAQ in support page but didn’t find any topic useful to solve my case.So far the plugin its working in all the website except in costume fields .
I’m using this code syntax in the footer :
eae_encode_emails( my_theme_get( ‘copyright-text’ ) )for some parts of the website works fine but with costume fields its not working properly .
I have for example this code :
<?php the_field(’email_r’,$PageId); ?>
In order to encode the email I’m trying to do this :
<?php eae_encode_emails( the_field(’email_r’,$PageId));
?>
But so far its not working .
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Email Address Encoder – Advanced Custom Fields values’ is closed to new replies.