Title: reCaptcha V2
Last modified: August 30, 2016

---

# reCaptcha V2

 *  [meglos42](https://wordpress.org/support/users/meglos42/)
 * (@meglos42)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/recaptcha-v2-4/)
 * Hi, are there any plans to make reCaptcha V2 available as an option in WP Members?
 * [https://wordpress.org/plugins/wp-members/](https://wordpress.org/plugins/wp-members/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/recaptcha-v2-4/#post-6390271)
 * It was included in [version 3.0.2](https://wordpress.org/plugins/wp-members/changelog/).
   Select it in the plugin’s options tab.
 *  Thread Starter [meglos42](https://wordpress.org/support/users/meglos42/)
 * (@meglos42)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/recaptcha-v2-4/#post-6390277)
 * Of course I should have checked this first as I haven’t updated yet to the latest
   version.
    Many thanks for replying so quickly. Unfortunately I’m getting an error
   on successful submission – Warning: Illegal string offset ‘success’ in /wp-content/
   plugins/wp-members/inc/register.php on line 214
 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/recaptcha-v2-4/#post-6390289)
 * Looks like there is a fix needed. If you could try this out and let me know how
   it works out, that would be great – then I will patch it in the next release.
 * In the file /inc/register.php, line 214 is this:
 *     ```
       if ( $response['success'] == false ) {
       ```
   
 * Just before it, add `$response = json_decode( $response, true );` so that it 
   looks like this:
 *     ```
       $response = json_decode( $response, true );
       if ( $response['success'] == false ) {
       ```
   
 *  Thread Starter [meglos42](https://wordpress.org/support/users/meglos42/)
 * (@meglos42)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/recaptcha-v2-4/#post-6390291)
 * Thanks Chad, looks like that’s fixed it! 🙂
 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/recaptcha-v2-4/#post-6390301)
 * Thanks for the update – I’ll incorporate that into the next release.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘reCaptcha V2’ is closed to new replies.

 * ![](https://ps.w.org/wp-members/assets/icon-256x256.png?rev=1226414)
 * [WP-Members Membership Plugin](https://wordpress.org/plugins/wp-members/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-members/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-members/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-members/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-members/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-members/reviews/)

## Tags

 * [recaptcha v2](https://wordpress.org/support/topic-tag/recaptcha-v2/)

 * 5 replies
 * 2 participants
 * Last reply from: [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/recaptcha-v2-4/#post-6390301)
 * Status: not resolved