do_action( 'retrieve_password_key', string $user_login, string $key )

Fires when a password reset key is generated.


Description Description


Parameters Parameters

$user_login

(string) The username for the user.

$key

(string) The generated password reset key.


Top ↑

Source Source

File: wp-includes/user.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.