=== Email Address Encoder === Contributors: tillkruess Tags: antispam, anti spam, spam, email, e-mail, mail, spider, crawler, harvester, robots, spambot, block, obfuscate, obfuscation, encode, encoder, encoding, encrypt, encryption, protect, protection Requires at least: 2.0 Tested up to: 3.3 Stable tag: 1.0.2 A lightweight plugin to protect email addresses from email-harvesting robots by encoding them into decimal and hexadecimal entities. == Description == A lightweight plugin to protect plain email addresses and mailto links from email-harvesting robots by encoding them into decimal and hexadecimal entities. Has effect on the posts, pages, comments, excerpts and text widgets. No UI, no shortcode, no JavaScript — just simple spam protection. == Usage == To manually encode an single email address use the `eae_encode_str()` function: `` To manually encode all email addresses in a string pass it through the `eae_encode_emails()` function: `` To override the regular expression used to find email addresses use the `eae_regexp` filter: `` == Installation == For detailed installation instructions, please read the [standard installation procedure for WordPress plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins). 1. Upload the `/email-address-encoder/` directory and its contents to `/wp-content/plugins/`. 2. Login to your WordPress installation and activate the plugin through the _Plugins_ menu. 3. Done. This plugin works without a no user interface or configuration options. == Changelog == = 1.0.2 = * Added filter to override the regular expression. = 1.0.1 = * Effects now also page, post and comment excerpts = 1.0 = * Initial release == Upgrade Notice == = 1.0.2 = Added filter to override the regular expression. = 1.0.1 = Effects now also page, post and comment excerpts.