Fix WooCommerce lost password captcha #12

Merged
ogrecooper merged 4 commits from wc-lost-password-fix into main 2026-08-26 22:33:18 +00:00
Showing only changes of commit 1539a6fc06 - Show all commits
+1 -1
View File
@@ -107,7 +107,7 @@ if (!class_exists('Ogre\Captcha')) {
$this->add_files([
'inc/location/woocommerce/class-checkout.php',
'inc/location/woocommerce/class-login.php',
'inc/location/woocommerce/class-lost-password.php',
// 'inc/location/woocommerce/class-lost-password.php',
'inc/location/woocommerce/class-register.php',
]);
}