• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    Thank you for contacting us and for reporting this issue!

    We will fix it in the next plugin update.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Not here you won’t @bestwebsoft

    I’ve debugging your PRO version

    For pro or commercial product support please contact the author directly on their site. This includes any pre-sales topics as well.

    As the author is aware, commercial products are not supported in these forums. I am sure they will have no problem supporting you there.

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

The topic ‘Pro version problem’ is closed to new replies.