[FIXED] Version 5.6 of the plugin doesn’t work with WordPress 5.4
-
Hey guys,
I wanted to share with you with a solution of the issue, which I came across after updating my WordPress to version 5.4.
When I did that update and tried to submit the contact form on my website I got timout error after the request to Google reCaptcha v3 was sent.
I did a little research and found out that the url to Google reCaptcha has changed.
To make it work again I had to change the url on <wordpress_dir>/wp-content/plugins/advanced-nocaptcha-recaptcha/anr-captcha-clas.php file on line 137.I changed:
<iframe src="https://www.google.com/recaptcha/api/fallback?k=' . $site_key . '"
to
<iframe src="https://www.google.com/recaptcha/api.js?render=' . $site_key . '"
I suppose it’ll be fixed with the new plugin version, but since than it’s important to have everything working correctly, right?
Peace.
- The topic ‘[FIXED] Version 5.6 of the plugin doesn’t work with WordPress 5.4’ is closed to new replies.