WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about retrieve_password_title

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/user.php apply_filters 3183 /**
* Filters the subject of the password reset email.
*
* @since 2.8.0
* @since 4.4.0 Added the `$user_login` and `$user_data` parameters.
*
* @param string $title Email subject.
* @param string $user_login The username for the user.
* @param WP_User $user_data WP_User object.
*/

Hook Parameters

Parameter Type Name Description
string $title Email subject.
string $user_login The username for the user.
WP_User $user_data WP_User object.