Releases6
Frequency8 months 4 weeks
Last Release
Downloads11.5K
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().
Features
- Obfuscate plain email address
- Obfuscate href mailto link in HTML anchor element
- Support for custom CSS class
- Support for email subject
Usage
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"]
Obfuscate email address with email subject
[obfuscate_email email='[email protected]?subject=My custom email subject']
Shortcode parameter
emailrequired – Email address.linkoptional – Set true if you want to create clickable email address.classoptional – Add space separated list of classes.
Subscribe above to receive notifications when new versions are released.
| Version | Date | Stability Stability is determined by the version string and my be inaccurate. | |
|---|---|---|---|
| 1.2.0 | Stable | ||
| 1.1.0 | Stable | ||
| 1.0.1 | Stable | ||
| 1.0.0 | Stable | ||
| 0.9.2 | Stable | ||
| 0.9.1 | Stable |