Changeset 2336552
- Timestamp:
- 07/07/2020 08:39:27 AM (6 years ago)
- File:
-
- 1 edited
-
vaptcha/trunk/VaptchaPlugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vaptcha/trunk/VaptchaPlugin.php
r2308331 r2336552 295 295 // add_filter('woocommerce_process_login_errors', array($this, 'captcha_validate_woocommerce'),100,1); 296 296 add_filter('woocommerce_process_registration_errors', array($this, 'captcha_validate_woocommerce'),100,1); 297 add_filter('lostpassword_post', array($this, 'captcha_validate_woocommerce'),100,1);297 // add_filter('lostpassword_post', array($this, 'captcha_validate_woocommerce'),100,1); 298 298 } 299 299
Note: See TracChangeset
for help on using the changeset viewer.