Title: Invisible reCaptcha for WordPress
Author: MihChe
Published: <strong>ડિસેમ્બર 15, 2016</strong>
Last modified: એપ્રિલ 7, 2020

---

પ્લગીન શોધો

![](https://ps.w.org/invisible-recaptcha/assets/banner-772x250.png?rev=1560060)

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](https://ps.w.org/invisible-recaptcha/assets/icon-256x256.png?rev=1560060)

# Invisible reCaptcha for WordPress

 [MihChe](https://profiles.wordpress.org/mihche/) દ્વારા

[ડાઉનલોડ](https://downloads.wordpress.org/plugin/invisible-recaptcha.zip)

 * [વિગતો](https://gu.wordpress.org/plugins/invisible-recaptcha/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/invisible-recaptcha/#reviews)
 * [ડેવલપમેન્ટ](https://gu.wordpress.org/plugins/invisible-recaptcha/#developers)

 [સપોર્ટ](https://wordpress.org/support/plugin/invisible-recaptcha/)

## વર્ણન

Invisible reCaptcha for WordPress is an extremely powerful plugin which integrates
the new [Invisible reCaptcha by Google](https://www.google.com/recaptcha/intro/invisible.html)
with your WordPress site.

#### Summary of features

**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](https://wordpress.org/plugins/ultra-community/) Invisible reCaptcha**
–
Login form protection – Registration form protection

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

#### Compatibility

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](https://ultracommunity.com/forums/forum/invisible-recaptcha/)

#### 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
    ```

**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 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](https://developers.google.com/recaptcha/docs/language)

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

## સમીક્ષાઓ

![](https://secure.gravatar.com/avatar/c9f9d2a204257cd067a0617b49b1cde11ad69f8c5ed76fae5c85c887cf926b22?
s=60&d=retro&r=g)

### 󠀁[DO NOT USE ANYMORE](https://wordpress.org/support/topic/do-not-use-anymore/)󠁿

 [seecaye](https://profiles.wordpress.org/seecaye/) ઓક્ટોબર 31, 2025

Our site was created in 2020 and it’s been a while since it was maintained. Now 
when we login, the reCaptcha appears but with no field to enter or mark the captcha
in, thus causing failed logins.

![](https://secure.gravatar.com/avatar/79db4f3f68167121e814ee997acd3b2ac4e122181bd1b9e2259b43b0be0306f1?
s=60&d=retro&r=g)

### 󠀁[NOVEMBER 2023 – DO NOT USE ANYMORE – It will put your website down](https://wordpress.org/support/topic/november-2023-do-not-use-anymore-it-will-put-your-website-down/)󠁿

 [clitopwebsite](https://profiles.wordpress.org/clitopwebsite/) નવેમ્બર 8, 2023

NOVEMBER 2023 – DO NOT USE ANYMORE – It will put your website down. At first it 
seems that it still work but I found that it create errors later and my websites
were down without warning. I used it for years but it seems impossible now !

![](https://secure.gravatar.com/avatar/b00b810fd62cc1ac298145af1bbd93744a951e9d71e4761699069ed2fdda606a?
s=60&d=retro&r=g)

### 󠀁[Speed issues and no longer works](https://wordpress.org/support/topic/page-speed-issues-2/)󠁿

 [dualaudi](https://profiles.wordpress.org/dualaudi/) જૂન 21, 2023

<p>We use v2 recaptcha code + this plugin on a “all” of our sites with gravity forms.
Unfortunately we have GF on the home page (for capturing leads) where this loads
and it adds a bunch of bloat (granted from google). It would be nice if there was
a way to optimize this so it didn’t load an additional 20-25 requests. </p> <p>Pros:
drops spam considerably with gravity forms. Easy to implement.<br> Cons: slows your
pagespeed scores down, can’t defer JS otherwise it may not work. Adds about 20 or
more resources from google just to enable recaptcha v2.</p> <!– wp:paragraph –> 
<p>UPDATE – invisible captcha has not worked for a very long time. I don’t believe
it’s a plugin issue, it’s just the captcha service does not really work anymore.
Bots have figured a way around this.</p> <!– /wp:paragraph –>

![](https://secure.gravatar.com/avatar/00743e469201df8a10e2ebf4845073ea2598fd7ad5fb830a0bad7402d0adb04b?
s=60&d=retro&r=g)

### 󠀁[Works perfectly with Woocommerce login/register page](https://wordpress.org/support/topic/works-perfectly-with-woocommerce-login-register-page/)󠁿

 [rafaviana](https://profiles.wordpress.org/rafaviana/) માર્ચ 15, 2022 1 reply

Even though the plugin has not been update for the 3 major Wordpress releases, it
works perfectly.

![](https://secure.gravatar.com/avatar/f888da45f7650058ad96df9f84dfc4d35e747ff106311a41d23ffe1d56e9b842?
s=60&d=retro&r=g)

### 󠀁[does not load properly in wordpress multisite Version 5.9](https://wordpress.org/support/topic/does-not-load-properly-in-wordpress-multisite-version-5-9-2/)󠁿

 [usera](https://profiles.wordpress.org/usera/) ફેબ્રુવારી 18, 2022

after setup with keys it worked however shortly after the recaptcha no longer loads.
not sure what the issue is as in the source I see the google code.

![](https://secure.gravatar.com/avatar/51658cb324bbdcb3f40bc467d1f40c4afed0b07201782c44a04b42178b1e612b?
s=60&d=retro&r=g)

### 󠀁[Plugin seems abandoned](https://wordpress.org/support/topic/plugin-seems-abandoned-2/)󠁿

 [ardsoms](https://profiles.wordpress.org/ardsoms/) માર્ચ 23, 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!

 [ 133 સમીક્ષાઓ વાંચો ](https://wordpress.org/support/plugin/invisible-recaptcha/reviews/)

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ MihChe ](https://profiles.wordpress.org/mihche/)

“Invisible reCaptcha for WordPress” નું 14 ભાષામાં અનુવાદ કરવામાં આવ્યું છે. તેમના
યોગદાન માટે [અનુવાદકો ](https://translate.wordpress.org/projects/wp-plugins/invisible-recaptcha/contributors)
આપનો આભાર.

[“Invisible reCaptcha for WordPress” ને તમારી ભાષામાં અનુવાદ કરો.](https://translate.wordpress.org/projects/wp-plugins/invisible-recaptcha)

### વિકાસમાં રસ ધરાવો છો?

[કોડ બ્રાઉઝ કરો](https://plugins.trac.wordpress.org/browser/invisible-recaptcha/),
જોવો[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/invisible-recaptcha/),
અથવા સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/invisible-recaptcha/)
દ્વારા[આરઅસઅસ](https://plugins.trac.wordpress.org/log/invisible-recaptcha/?limit=100&mode=stop_on_copy&format=rss).

## ચેન્જલૉગ

#### 1.2.3

 * Fixed class not found issue [Problem with AJAX after update](https://wordpress.org/support/topic/problem-with-ajax-after-update/)

#### 1.2.2

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

#### 1.2.1

 * Fixed bug [Users with Author roles cannot reply to comments from backend](https://wordpress.org/support/topic/users-with-author-roles-cannot-reply-to-comments-from-backend/)

#### 1.2

 * Fixed Contact Form 7 issue [Cannot contact reCAPTCHA. Check your connection and try again](https://wordpress.org/support/topic/contact-form-7-error-message-everytime/)
 * Improved Gravity Forms protection

#### 1.1

 * Fixed PHP wrong Namespace issue
 * Fixed PHP warning when contact forms settings were saved for the first time
 * Moved Plugin Menu to Settings
 * Fixed PHP warning when contact forms settings were saved for the first time
 * Moved Plugin Menu to Settings

#### 1.0.8

 * Added integration with [Ultra Community](https://wordpress.org/plugins/ultra-community/)
   Membership plugin
 * Fixed Reset Password redirect [issue](https://wordpress.org/support/topic/breaks-password-reset-link/)
 * Fixed [Badge CSS not working for Login/Register page](https://wordpress.org/support/topic/badge-css-not-working/)

#### 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](https://wordpress.org/support/topic/spam-error-showing-before-page-reloads-and-message-sends-successfully)
 * Added Invisible reCaptcha for Gravity Forms

#### 1.0.4

 * Multisite compatible
 * Network interface ready
 * Fixed PHP7 warning

#### 1.0.3

 * Added WordPress hooks for custom forms/plugins integrations

#### 1.0.2

 * Added Badge Position option
 * Added Badge Custom CSS option
 * Added Language option

#### 1.0.1

 * Fixed the Strict Standards Warning on PHP 5.4+

#### 1.0

 * Initial release

## મેટા

 *  વર્ઝન **1.2.3**
 *  છેલ્લી અપડેટ: **6 વર્ષ પહેલા**
 *  સક્રિય સ્થાપનો: **90,000+**
 *  વર્ડપ્રેસ વર્ઝન ** 4.0 અથવા ઉચ્ચતર **
 *  **5.4.19** સુધી પરીક્ષણ કર્યું
 *  ભાષા:
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/invisible-recaptcha/), [Czech](https://cs.wordpress.org/plugins/invisible-recaptcha/),
   [Dutch](https://nl.wordpress.org/plugins/invisible-recaptcha/), [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/invisible-recaptcha/),
   [English (UK)](https://en-gb.wordpress.org/plugins/invisible-recaptcha/), [English (US)](https://wordpress.org/plugins/invisible-recaptcha/),
   [French (France)](https://fr.wordpress.org/plugins/invisible-recaptcha/), [Greek](https://el.wordpress.org/plugins/invisible-recaptcha/),
   [Italian](https://it.wordpress.org/plugins/invisible-recaptcha/), [Japanese](https://ja.wordpress.org/plugins/invisible-recaptcha/),
   [Persian](https://fa.wordpress.org/plugins/invisible-recaptcha/), [Portuguese (Portugal)](https://pt.wordpress.org/plugins/invisible-recaptcha/),
   [Russian](https://ru.wordpress.org/plugins/invisible-recaptcha/), [Spanish (Spain)](https://es.wordpress.org/plugins/invisible-recaptcha/)
   અને [Spanish (Venezuela)](https://ve.wordpress.org/plugins/invisible-recaptcha/).
 *  [તમારી ભાષામાં અનુવાદ કરો](https://translate.wordpress.org/projects/wp-plugins/invisible-recaptcha)
 * ટૅગ્સ:
 * [contact form 7 invisible reCaptcha](https://gu.wordpress.org/plugins/tags/contact-form-7-invisible-recaptcha/)
   [invisible reCaptcha](https://gu.wordpress.org/plugins/tags/invisible-recaptcha/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/invisible-recaptcha/advanced/)

## પૉઇન્ટ્સ

 4.3 out of 5 stars.

 *  [  103 5-star reviews     ](https://wordpress.org/support/plugin/invisible-recaptcha/reviews/?filter=5)
 *  [  4 4-star reviews     ](https://wordpress.org/support/plugin/invisible-recaptcha/reviews/?filter=4)
 *  [  5 3-star reviews     ](https://wordpress.org/support/plugin/invisible-recaptcha/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/invisible-recaptcha/reviews/?filter=2)
 *  [  20 1-star reviews     ](https://wordpress.org/support/plugin/invisible-recaptcha/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/invisible-recaptcha/reviews/#new-post)

[બધા  સમીક્ષાઓ જુઓ](https://wordpress.org/support/plugin/invisible-recaptcha/reviews/)

## ફાળો આપનારા

 *   [ MihChe ](https://profiles.wordpress.org/mihche/)

## સપોર્ટ

કંઈક કહેવું છે? મદદ જોઈએ છે?

 [આધાર ફોરમ જુઓ](https://wordpress.org/support/plugin/invisible-recaptcha/)

## દાન

શું તમે આ પ્લગિનની પ્રગતિને સમર્થન આપવા માંગો છો?

 [ આ પ્લગિનને દાન કરો ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XVC3TSGEJQP2U)