woocommerce_reset_password_notification

woocommerce_reset_password_notification

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.8.3

do_action('woocommerce_reset_password_notification') is found 1 times:

  • /includes/shortcodes/class-wc-shortcode-my-account.php line 343
    		$key = get_password_reset_key( $user_data );
    
    		// Send email notification.
    		WC()->mailer(); // Load email classes.
    		do_action( 'woocommerce_reset_password_notification', $user_login, $key );
    
    		return true;
    	}
    
    	/**
    	 * Retrieves a user row based on password reset key and login.
    

See this hook used in plugins: