=== Simplest comment spam catcher === Contributors: markhowellsmead Donate link: https://www.paypal.me/mhmli Tags: comment spam, spam, form, comment_form_after_fields, preprocess_comment Requires at least: 4.0 Tested up to: 4.4 Stable tag: 1.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html == Description == WordPress plugin. Adds a hidden field to comment forms, which will subsequently be auto-filled by spam-submitting robots. If the form submission contains a value, the comment will not be saved, because only robots will see the field and fill it out. Simple! Any form which is processed using the hook ``comment_form_after_fields`` (building the form HTML) and ``preprocess_comment`` (for processing the form submission) will be extended with this functionality. == Installation == 1. Upload the plugin folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. That's it. == Changelog == = 1.0 = * Initial public version.