woocommerce_customer_reset_password action-hook . WC 1.0
Usage
add_action( 'woocommerce_customer_reset_password', 'action_function_name_5208' ); function action_function_name_5208( $user ){ // action... }
- $user
- -
Where the hook is called
woocommerce_customer_reset_password
woocommerce/includes/class-wc-form-handler.php 1054
do_action( 'woocommerce_customer_reset_password', $user );