retrieve_password_title WordPress Filter Hook
The retrieve_password_title hook is used to filter the title of the password retrieval 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
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Added the $user_login and $user_data parameters. |
| 2.8.0 | Introduced. |