Filters the subject of the password reset email.
Parameters
Source
$title = apply_filters( 'retrieve_password_title', $title, $user_login, $user_data );
CARVIEW |
Filters the subject of the password reset email.
$title = apply_filters( 'retrieve_password_title', $title, $user_login, $user_data );
Used by | Description |
---|---|
retrieve_password()wp-includes/user.php | Handles sending a password retrieval email to a user. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.