Description
A simple, lightweight WordPress plugin to automagically protect email addresses in menus via antispambot()
Installation
- Upload
menu-email-antispam.php
to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
FAQ
- How does it work?
-
This plugin scans all links added via a WordPress menu for email links (e.g.
mailto:[email protected]
) and passes them through WordPress’ built-in email encoding functionantispambot()
to block pesky spam bots for good.Note: Only works on links prefixed with
mailto:
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Menu Email Antispam” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Menu Email Antispam” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.