plugin-icon

Invisible reCaptcha for WordPress

Par MihChe·
L’extension Invisible reCaptcha for WordPress vous aide à protéger vos sites contre les mauvais robots indésirables en utilisant le nouveau reCaptcha Invisible de Google.
Note
4.3/5
Version
1.2.3
Installations actives
100K
Mis à jour récemment
Apr 7, 2020
Invisible reCaptcha for WordPress

Invisible reCaptcha for WordPress is an extremely powerful plugin which integrates the new Invisible reCaptcha by Google with your WordPress site.

Résumé des fonctionnalités

WordPress Invisible reCaptcha

- Login form protection - annihilates Brute Force attacks - Registration form protection - Comments form protection - Forgot Password form protection

WooCommerce Invisible reCaptcha

- Login form protection - Registration form protection - Product Review form protection - Lost Password form protection - Reset Password form protection

Contact Form 7 Invisible reCaptcha – Protect your Contact Form 7 forms with Invisible reCaptcha

Gravity Forms Invisible reCaptcha – Protect your Gravity Forms with Invisible reCaptcha

Ultra Community Invisible reCaptcha – Login form protection – Registration form protection

BuddyPress Invisible reCaptcha – Protect your BuddyPress registration form with Invisible reCaptcha

Compatibilité

On a WP Multisite you can either activate the plugin network wide or on a single site.

How-To and Troubleshooting

Check out our Invisible reCaptcha for WordPress Support Forum

Extending Invisible reCaptcha

Here are some useful hooks to help developers integrate Invisible reCaptcha with any plugin or custom form

Actions

- google_invre_render_widget_action - renders the recaptcha widget

Filtres

- google_invre_is_valid_request_filter - used to check if Google approved the request (returns bool true/false) - google_invre_widget_output_html_filter - used to change the recaptcha widget output - google_invre_language_code_filter - used to change the badge/challenge language code - google_invre_badge_position_filter - used to change the badge position (possible returning values are: 'bottomright', 'bottomleft', 'inline')

Examples of using Invisible reCaptcha hooks

  • Ajouter Invisible reCaptCHA sur n’importe quel formulaire

    Just call do_action(‘google_invre_render_widget_action’); anywhere before form closing tag

  • Valider le formulaire de demande de publication

    $is_valid = apply_filters(‘google_invre_is_valid_request_filter’, true); if( ! $is_valid ) { // handle error here } else { // continue with your logic }

  • Change the badge/challenge language code

    add_filter( ‘google_invre_language_code_filter’, ‘myprefix_change_recaptcha_language’ ); function myprefix_change_recaptcha_language($language_code){ $language_code = ‘fr’; // French return $language_code; }

See all reCaptcha Language Codes

Note: This plugin requires PHP 5.3 or higher to be activated.

Gratuitsur le plan Business
En procédant à l’installation, vous acceptez les Conditions d’utilisation de WordPress.com ainsi que les Conditions de l’extension tierce.
Testé jusqu’à version
WordPress 5.4.18
Cette extension est disponible en téléchargement pour votre site .