BACK TO DIRECTORY

F13 reCaptcha

by f13dev

0.0
(0 ratings)

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
}

Plugin Details

Active Installs
0
Total Downloads
996
Version
1.0.0
Requires WP
5.0
Requires PHP
Tested Up To
5.8.15
Added
2021-10-30
Last Updated
2021-10-30 5:15am GMT

Ratings

5
0
4
0
3
0
2
0
1
0