validate_password_reset action-hook . WC 1.0
Usage
add_action( 'validate_password_reset', 'action_function_name_3251', 10, 2 ); function action_function_name_3251( $errors, $user ){ // action... }
- $errors
- -
- $user
- -
Where the hook is called
validate_password_reset
woocommerce/includes/class-wc-form-handler.php 1049
do_action( 'validate_password_reset', $errors, $user );