Uncaught Error: Call to undefined function hcaptcha_verify_post()
-
Since updating from 4.23.0 to 4.24.0, hCaptcha on our custom signup form with the [hcaptcha] shortcode stopped working. During debugging I encountered this error:
Uncaught Error: Call to undefined function hcaptcha_verify_post();.
Browsing the FAQ on this plugin page I learned that apparently$result = hcaptcha_verify_post();should now be$result = \HCaptcha\Helpers\API::verify_request();in our custom function to verify the hCaptcha challenge. I replaced this which solved the issue, but I did not see any mention of this change in de change log or as a notice on my dashboard.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.