Adds a nonce field to the comment form to deter some comment spammers who bypass the comment form.
| Author: | Ryan McCue (profile at wordpress.org) |
| WordPress version required: | 2.1 |
| WordPress version tested: | 2.5.1 |
| Plugin version: | 0.2 |
| Added to WordPress repository: | 16-08-2008 |
| Last updated: | 16-08-2008
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | http://cubegames.net/blog/projects/plugins/rs... |
| Total downloads: | 1 810 |
![]() Click to start download |
|
Many spammers bypass the comment form and send requests to the WordPress backend directly. This plugin creates a “nonce” field for your comment form, similar to the ones used in the administration backend.
Troubleshooting
RSCV not working? Use the following steps to try and solve the problem.
- Make sure
<?php do_action('comment_form'); ?>is in your template’s comments.php, inside the<form>tags. - Still not working? Ask on the forums.
FAQ
