Since 4.X, I am unable to show the hcaptcha at the wp-login.php?action=lostpassword page, devtools displays the "wp is not defined".
Looking at the plugins, it seems related with "elementor-pro" (Elementor keeps 2 plugins, one free and the premium one, this is the premium). If i disable the plugin, the captcha seems to work again.
I'm not sure if is a problem with the elementor-pro plugin or the Hcaptcha integration but i can fix it adding as queue script dependency "wp-i18n" at HCaptchaHandler.php, inside the ElementorPro folder.
Since 4.X, I am unable to show the hcaptcha at the wp-login.php?action=lostpassword page, devtools displays the "wp is not defined".
Looking at the plugins, it seems related with "elementor-pro" (Elementor keeps 2 plugins, one free and the premium one, this is the premium). If i disable the plugin, the captcha seems to work again.
I'm not sure if is a problem with the elementor-pro plugin or the Hcaptcha integration but i can fix it adding as queue script dependency "wp-i18n" at HCaptchaHandler.php, inside the ElementorPro folder.
Thanks!