Description
It is a very simple plugin to filter out the spam comments by using the popular technique called “Honeypot”. This is not the 100% solution to every possible spam comment, however I believe that this simple pattern can avoid at least 50% of spams in your comment.
Main Features
- Option to user defined honeypot fields
- Option to record logs
- Option not to save trapped spammed comments to database (Complete removal)
- Option to email domain restriction
- Option to choose trapped spam comments status ( spam or trash )
- Option to block comment with common spam words
- Option to add your own spam words
- Option to block comment if comment content includes any link.
- Option to block comment from IP address
Installation
- Download and Upload the plugin folder ‘honeypot-for-wp-comment’ to the
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Then, you are done. Everything will be handled automatically.
- If you want to customize settings, you can navigate to the “Honeypot” side menu and further personalize the settings.
Reviews
Contributors & Developers
“Honeypot for WP Comment” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Honeypot for WP Comment” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.2.3
- WP 5.8 compatibility check
2.2.2
- fix: php8 compatibility
- WP 5.7 compatibility check
2.2.1
- fix: Undefined offset: 1 (Notice fix)
2.2.0
- feat: IP address blocking
2.1.2
- WP 5.6 compatibility check
2.1.1
- WP 5.5 compatibility check
2.1.0
- Blocking by common spam words
- Blocking if comment message includes any link
- Translation text domain issue fixed.
2.0.2
- Garbage cleaning
2.0.0
- User defined honeypot fields
- Enable / Disable honeypot
- Completely blocking
- Email domain restriction
- Logs system
1.0.0
- First Version