Beschrijving
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
}
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“F13 reCaptcha” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “F13 reCaptcha” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.