Linux 软件免费装
Banner图

Invisible reCaptcha

开发者 mihche
berrypressjonhall
berrypress
更新时间 2026年8月14日 21:15
PHP版本: 7.0 及以上
WordPress版本: 7.0
版权: GPLv3 or later
版权网址: 版权信息

标签

recaptcha captcha woocommerce recaptcha contact form 7 recaptcha register recaptcha

下载

1.0.5 1.0.9 1.0.3 1.0.4 1.1 1.2.1 1.3.0 1.3.1 1.2.2

详情介绍:

Invisible reCaptcha for WordPress is an extremely powerful plugin which integrates the new Invisible reCaptcha by Google with your WordPress site. Notice: As of version 1.3.0, this plugin is now maintained by @berrypress. External service disclosure This plugin is designed to integrate reCAPTCHA by Google into your site, which is an external third-party service used to implement security and fraud prevention measures. The plugin may communicate with the reCAPTCHA service via API and/or by loading assets on your site's frontend, resulting in data transfer with the reCAPTCHA service when the site frontend is accessed and/or when reCAPTCHA validation is triggered by to user actions. In addition to authentication and operational data such as API keys and reCAPTCHA identifiers, the service may receive information from your and your users' browser and network, such as their IP address, user agent, etc. Use of the reCAPTCHA service is subject to the Google Cloud Terms of Service, Service Specific Terms, Google Privacy Policy, and the Cloud Data Processing Addendum. This plugin is not affiliated with or endorsed by Google. Summary of features WordPress Invisible reCaptcha WooCommerce Invisible reCaptcha 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 Compatibility On a WP Multisite you can either activate the plugin network wide or on a single site. How-To Check out the Invisible reCAPTCHA v2 Guide: https://developers.google.com/recaptcha/docs/invisible
  1. Create a reCAPTCHA v2 site using the Invisible reCAPTCHA badge option: https://www.google.com/recaptcha/admin/create
  2. Copy the Site Key and Secret Key from the Google reCAPTCHA admin console.
  3. In WordPress, go to Settings > Invisible reCaptcha > Settings.
  4. Enter your Site Key and Secret Key.
  5. Save the settings.
  6. In the settings, choose which forms should be protected by reCAPTCHA.
  7. Visit a page containing a protected form and verify that the reCAPTCHA badge is displayed and that form submissions are working correctly.
Extending Invisible reCaptcha Here are some useful hooks to help developers integrate Invisible reCaptcha with any plugin or custom form Actions ` 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 7.0 or higher to be activated.

升级注意事项:

1.3.1
  • Maintenance release requiring PHP 7.0 or newer, updating WordPress compatibility metadata, external service disclosure, and setup documentation while removing inactive code.
1.3.0
  • In accordance with current best practices, the custom CSS feature is no longer supported in this plugin. Before updating to v1.3.0+, make a copy of any custom CSS you have defined in Invisible Recaptcha settings, and use a different method to load it on the frontend of your site.

更新日志:

1.3.1 1.3.0 1.2.3 1.2.2 1.2.1 1.2 1.1 1.0.8 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0