Pro version problem
-
Hi there,
I’ve debugging your PRO version of this plugin and I’ve noticed that you have wrong if statement there.
In PRO you have: “if ( ‘ERROR_NO_KEYS’ == ! $gglcptch_check[‘response’] && $gglcptch_check[‘reason’] )” (google-captcha-pro.php line 1148)
In FREE version you have: “if ( ! $gglcptch_check[‘response’] && ‘ERROR_NO_KEYS’ == $gglcptch_check[‘reason’] )”In PRO always is returning “true” if you are using “$check_result = apply_filters( ‘gglcptch_verify_recaptcha’, true, ‘string’ );”. In free is working correctly.
When I’ve changed in pro according to free it is working good. Please verify it and fix it because pro version right now is unusable.
Thanks,
Mateusz
The topic ‘Pro version problem’ is closed to new replies.