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.9.8.1

do_action('woocommerce_reset_password_notification') is found 1 times:

  • /includes/shortcodes/class-wc-shortcode-my-account.php line 345
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
        $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: