Home Plugins f13 recaptcha
F13 reCaptcha logo

F13 reCaptcha

by f13dev on WordPress.org

Add Google reCaptcha to the comments section on blog posts. Additional hooks for adding reCaptcha to custom forms.

(0)

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
}

Active installations0+
Weekly downloads
10+42.86%
Version1.0.0
Last updated10/30/2021
WordPress version5.0
Tested up to5.8.10
Tags
captchacommentsrecaptchaspam