On this page
apply_filters( 'retrieve_password_title', string $title, string $user_login, WP_User $user_data )
Filters the subject of the password reset email.
Parameters
Source
File: wp-includes/user.php. View all references
$title = apply_filters( 'retrieve_password_title', $title, $user_login, $user_data );
Related
Used By
| Used By | Description |
|---|---|
| retrieve_password() wp-includes/user.php | Handles sending a password retrieval email to a user. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/retrieve_password_title