We'll create fresh WordPress site with Email Address Obfuscation installed. You have 20 minutes to test the plugin after that site we'll be deleted.
A lightweight plugin that protects email addresses from email-harvesting bots, by converting email addresses characters to HTML entities. Hide email from Spam Bots using a shortcode [obfuscate_email]
and built-in WordPress function antispambot().
Obfuscate plain email address
[obfuscate_email email="[email protected]"]
Create clickable email address
[obfuscate_email email="[email protected]" link=true]
Add CSS class to the HTML anchor element
[obfuscate_email email="[email protected]" link=true class="my-class another-class"]
email
required – Email address.link
optional – Set true if you want to create clickable email address.class
optional – Add space separated list of classes.