WP-reCAPTCHA-bp

0

NOTE: I’m looking for a new maintainer. Please reach out to rodrigo@sdfg.com.ar if you are interested. NOTE: I don’t have wordpress 5 installations to try this and plan to stop upda

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

NOTE: I’m looking for a new maintainer. Please reach out to
rodrigo@sdfg.com.ar if you are interested.

NOTE: I don’t have wordpress 5 installations to try this and plan to stop
updating it. If this is a big issue for you, please let me know so I can
consider to continue doing it. Also, let me know if you are willing to help with testing :).

This is a small modification of the wp-recaptcha plugin to make it work with
BuddyPress. Currently uses recaptcha v2.

You only need this plugin if you use Buddypress with wordpress and want a
recaptcha at the registration page.

It is always rebased on top of wp-recaptcha. See
https://github.com/rata/wp-recaptcha-bp for more info

What is reCAPTCHA?

reCAPTCHA is a free CAPTCHA service that protects your site against spam, malicious registrations and other forms of attacks where computers try to disguise themselves as a human; a CAPTCHA is a Completely Automated Public Turing test to tell Computers and Human Apart. reCAPTCHA comes in the form of a widget that you can easily add to your blog, forum, registration form, etc.

In addition to protecting your site, reCAPTCHA also helps us digitize old books and newspapers, transcribe street numbers and solve hard AI problems. Learn how reCAPTCHA works and join our forum.

Requirements

  • You need the reCAPTCHA keys here.
  • Your theme must have a do_action('comment_form', $post->ID); call right before the end of your form (Right before the closing form tag). Most themes do.