Hi Cees,
We apologize for any inconvenience this issue might have caused you. We are aware of the described problems and we’ll fix it in the nearest plugin update.
To fix it now, please complete the following steps:
1) Open “google-captcha.php” file in the edit mode. To do this:
a) Go to folder {your_site_home_golder}/wp-content/plugins/google-captcha via FTP;
b) Find and download “google-captcha.php” file;
c) Open this file with any code editor.
OR
a) Go to Plugins->Editor in your admin panel;
b) In “Select plugin to edit” drop down menu choose “Google Captcha (reCaptcha) by Bestwebsoft” and click “Select” button.
2) Find a line
add_action( 'signup_extra_fields', 'gglcptch_signup_display' );
and add after it
add_action( 'signup_blogform', 'gglcptch_signup_display' );
;
3) Find a line
function gglcptch_signup_check( $result ) {
and add after it
global $current_user;<br />
if ( ! empty( $current_user->data->ID ) )<br />
return $result;
4) Save changes. Upload file back to the folder {your_site_home_golder}/wp-content/plugins/google-captcha (in case you’ve downloaded it to your PC).
5) Test plugin work.
We’ll add the same changes in the nearest plugin update, so you’ll be able to update the product.
Sincerely,
BestWebSoft Support Team