This plugin is outdated and might not be supported anymore
F13 reCaptcha

F13 reCaptcha

Details
View on WordPress

Add Google reCaptcha to the comments section on blog posts. Requires Google reCaptcha v2 Checkbox API key.

Simple configuration via the admin settings page:
* reCaptcha public key
* reCaptcha private key
* enable reCaptcha for (Everyone | Visitors | Nobody [disabled])

Additional hooks for programmers:
$v = apply_filters(‘f13_recaptcha_add’);
Will place a reCaptcha checkbox in the desired place.

$validate = apply_filters(‘f13_recaptcha_validate’);
if (!empty($validate)) {
$v = $validate
// reCaptcha failed
} else {
// reCaptcah passed
}

Details

Plugin code:
f13-recaptcha
Plugin version:
1.0.0
Outdated:
Yes
WP version:
5.0 or higher
PHP version:
or higher
Test up to WP version:
5.8.10
Total installations:
0
Last updated:
2021-10-30
Rating:
Times rated:
0
captcha
comments
recaptcha
spam