I wrote a quick and dirty plugin to get a primer on how the WordPress plugins API works.
Mask Email WP Plugin replaces all email addresses in posts and comments with a bin2hex encoding of the characters in the email. This allows the email address to be visible in a browser and usable by an email client, but it looks like trash to an email harvesting bot.
Full details at: Mask Email WP Plugin
Popularity: 1%
by damonp on August 16, 2005
in General
Overview
Mask Email keeps email links safe from email harvesting boxes by encoding the address.
Features
- Automatically encodes email address so that spam bots cannot read them, but browsers and email clients can
Requirements
Installing
- Download Mask-Email.zip.
- Upload mask_email.php to wp-content/plugins/ folder.
- Activate the Plugin.
License
All files and their contents are licensed under the GNU General Public License (GPL).
Popularity: 1%