Plugin Directory

Changeset 2336552


Ignore:
Timestamp:
07/07/2020 08:39:27 AM (6 years ago)
Author:
vaptcha
Message:

msg:remove validate about lostpassword_post

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vaptcha/trunk/VaptchaPlugin.php

    r2308331 r2336552  
    295295        // add_filter('woocommerce_process_login_errors', array($this, 'captcha_validate_woocommerce'),100,1);
    296296        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);
    298298    }
    299299
Note: See TracChangeset for help on using the changeset viewer.