=== SpamScrubber === Contributors: rphillipsca Tags: spam, forms, antispam, honeypot, accessibility Requires at least: 6.0 Tested up to: 6.8 Requires PHP: 7.4 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html A simple and robust anti-spam plugin that adds a submission delay, JavaScript token, and a honeypot field to your site's forms. == Description == SpamScrubber helps block bots and spam submissions by: - Adding a customizable delay to all form submit buttons. - Obfuscating form actions for non-JavaScript users. - Adding a honeypot field (with customizable label) to trap bots. - Blocking direct POSTs by requiring a JavaScript token. - Providing admin stats for various spam attempt types. == Installation == 1. Upload the `spamscrubber` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Configure the plugin in Settings > SpamScrubber. == Frequently Asked Questions == = Will this affect all forms? = Yes, all forms output on the front-end will have protection by default. You can exclude specific pages/posts. = Does this protect login/registration forms? = No, it only targets public forms output in your theme. = Can I use this with Contact Form 7, Gravity Forms, etc? = Yes, it works alongside most popular form plugins. == Screenshots == 1. Settings page with counters. 2. Submission Blocked error page. == Changelog == = 1.0.0 = * Initial release. == Upgrade Notice == = 1.0.0 = Initial version. == License == This plugin is free software released under the GPLv2 or later.