Newbie question about footer email
-
Hi, I have a couple of email addresses in my site footer, and I’d like to have them obfuscated as well.
I’ve read the FAQs, and I noticed this:If you want to encode a single email address, use the eae_encode_str() function: <?php echo eae_encode_str( ‘[email protected]’ ); ?>
I’m sure that this instruction is pretty simple to understand, but i’m not that expert and I need help.
I have this kind of code:
Website made by <a href="mailto:[email protected]" target="_blank">Myself</a>
How should I modify it with the above function in order to obfuscate it?
- The topic ‘Newbie question about footer email’ is closed to new replies.