wpseek.com
A WordPress-centric search engine for devs and theme authors



retrieve_password_key › WordPress Action Hooks

Since2.5.0
Deprecatedn/a
do_action( 'retrieve_password_key', $user->user_login, $key )
Parameters: (2)
  • (string) $user_login The username for the user.
    Required: Yes
  • (string) $key The generated password reset key.
    Required: Yes
Defined at:
Codex:

Fires when a password reset key is generated.





Source

do_action( 'retrieve_password_key', $user->user_login, $key );