Linux 软件免费装
Banner图

Simple Google reCAPTCHA

开发者 Minor
更新时间 2022年9月20日 03:35
捐献地址: 去捐款
PHP版本: 7.2 及以上
WordPress版本: 6.0
版权: GPLv3
版权网址: 版权信息

标签

google recaptcha spam protect invisible

下载

1.0 3.6 3.8 1.3 1.4 1.5 1.9 2.0 2.1 2.2 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.5 2.3 3.4 3.9 1.1 1.2 1.6 1.7 1.8 3.7 4.0

详情介绍:

Simple Google reCAPTCHA will protect your WordPress! You have choice between default v2 Checkbox and v3 (like invisible reCAPTCHA). No more spam comments and brute-force attacks against user accounts. Small plugin, only necessary code - no ads or tracking! Google reCAPTCHA verification will be required only for not logged in users. User, who newly setup the keys, will see (max for 10 days) emergency reCAPTCHA deactivate link - don't need FTP access to disable Simple Google reCAPTCHA in case of emergency now. What is protected with reCAPTCHA? Thank you! Thanks all of you, who are using this plugin, I really appreciate it! If you write me (on support forum etc.), be patient, please. I work on this plugin in my free time, it's only my hobby.

安装:

  1. Upload plugin folder under standard plugins directory "/wp-content/plugins/" or install through the WordPress Plugins page.
  2. Activate plugin via WordPress Plugins page.
  3. Insert reCAPTCHA v3 or v2 Checkbox keys.
  4. Done, your WordPress is protected now!

屏幕截图:

  • New comment
  • New password
  • Registration
  • Login
  • 设置
  • reCAPTCHA v3 text instead of badge
  • Emergency reCAPTCHA deactivate link

常见问题:

Why to install this plugin?

  • No ads, user tracking, send statistics neither survey
  • Only arround 20kB size (without readme file)
  • Google reCAPTCHA v3 (invisible) support
  • Possibility to replace v3 reCAPTCHA badge by text
  • reCAPTCHA language based on WordPress settings
  • Works in countries where Google domain is blocked
  • Emergency reCAPTCHA deactivate link for admin
  • Hooks - Possibility to customize where reCAPTCHA will be rendered and verified

In case you have a problem

  1. Important message could be shown in browser console (F12) on problematic page
  2. Double check if you have correct keys in settings - is those keys for correct version reCAPTCHA?
  3. Try to create new website in Google reCAPTCHA console (and use different website name)

How to disable this plugin?

Use standard WordPress Plugins page. In emergency case, rename plugin folder under /wp-content/plugins/ over FTP access or use emergency reCAPTCHA deactivate link.

How to use hooks?

For example, you can use this in your global functions.php file: function customSgrRenderList(array $list): array //Where reCAPTCHA is rendered { //unset($list[0]); $list[] = 'register_form'; return $list; } add_action('sgr_render_list', 'customSgrRenderList'); function customSgrVerifyList(array $list): array //Where reCAPTCHA is verified { //unset($list[0]); $list[] = 'lostpassword_post'; return $list; } add_action('sgr_verify_list', 'customSgrVerifyList'); Variable $list is array of default hooks, indexed by numbers.

更新日志:

4.0 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 2.9 2.8 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0 1.9 1.8 1.7 1.6 1.5 1.4 1.3 1.2 1.1 1.0