Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Invisible reCaptcha for WordPress

Beschrijving

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

Samenvatting van de functies

WordPress onzichtbare reCaptcha

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

WooCommerce onzichtbare 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

Compatibiliteit

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

How-to en probleemoplossing

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

Acties

- google_invre_render_widget_action - renders the recaptcha widget

Filters

- 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

  • Add Invisible reCaptcha into any form

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

  • Validate form post request

    $is_valid = apply_filters(‘google_invre_is_valid_request_filter’, true);
    if( ! $is_valid )
    {
    // handle fout hier
    }
    else
    {
    // doorgaan met je logica
    }

  • 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’; // Frans
    return $language_code;
    }

Bekijk alle reCaptcha taalcodes

Opmerking: deze plugin vereist PHP 5.3 of hoger om geactiveerd te kunnen worden

Beoordelingen

19 juni 2022 1 reactie
The plugin don't work on Wordpress 6, and make my site crash on login WordPress version 6.0 Active theme: Words Lite (version 1.0.0) Current plugin: Invisible reCaptcha (version 1.2.3) PHP version 8.0.20 The plugin give me this errror: An E_COMPILE_ERROR error was caused in line 197 of the /var/www/html/wp-content/plugins/invisible-recaptcha/includes/utils/MchIPUtils.php file. Error message: Array and string offset access syntax with curly braces is no longer supported. please fix it.
23 maart 2021
Thanks to this plugin not having been tested with the last 3 major WordPress updates, it managed to break my CF7 forms and Google Analytics form submission tracking from one day to the other. It looks like this plugin was abandoned, so I strongly advise against installing it. Unreliable!
12 februari 2021
Recently I am suddenly receiving a lot of spam reactions on the blog articles, so this plugin doesn't work.
Lees alle 132 beoordelingen

Bijdragers & ontwikkelaars

“Invisible reCaptcha for WordPress” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Invisible reCaptcha for WordPress” is vertaald in 13 talen. Dank voor de vertalers voor hun bijdragen.

Vertaal “Invisible reCaptcha for WordPress” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.2.3

1.2.2

  • Fixed the compatibility with WPML 4.x – the multilingual WordPress plugin

1.2.1

1.2

1.1

  • Fixed PHP wrong Namespace issue
  • Fixed PHP warning when contact forms settings were saved for the first time
  • Plugin menu naar instellingen verplaatst
  • Fixed PHP warning when contact forms settings were saved for the first time
  • Plugin menu naar instellingen verplaatst

1.0.8

1.0.6

  • Fixed WooCommerce login and registration issue
  • Added Invisible reCaptcha for BuddyPress

1.0.5

  • Fixed Contact Form 7 issue reported by @silvercode
  • Added Invisible reCaptcha for Gravity Forms

1.0.4

  • Multisite compatibel
  • Netwerk interface klaar
  • PHP7 foutmelding opgelost

1.0.3

  • Added WordPress hooks for custom forms/plugins integrations

1.0.2

  • Badge positie optie toegevoegd
  • Added Badge Custom CSS option
  • Taaloptie toevoegen

1.0.1

  • Fixed the Strict Standards Warning on PHP 5.4+

1.0

  • Eerste release