Hi I’m using WPMU Hummingbird for caching. By default hummingbird will not cache login page.
With Invisible recaptcha, somehow files of invisible recaptcha is being cached and it causes unable to login to my dashboard if i did not login to my wp dashboard for a few weeks.
It give me error:
Could not connect to the reCAPTCHA service. Please check your internet connection and reload to get a reCAPTCHA challenge.
Developer of Hummingbird advise me to add a filter “define(‘DONOTCACHEPAGE’, true);” to invisible recaptcha coding. But by doing so, once i update invisible recaptcha, it the filter coding will be gone.
Is there any other way of solving this issue?