Descrição
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
}
Avaliações
There are no reviews for this plugin.
Contribuidores e desenvolvedores
“F13 reCaptcha” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
ContribuidoresTraduzir “F13 reCaptcha” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.