apply_filters( ‘retrieve_password_title’, string $title, string $user_login, WP_User $user_data )

In this article

Filters the subject of the password reset email.

Parameters

$titlestring
Email subject.
$user_loginstring
The username for the user.
$user_dataWP_User
WP_User object.

Source

$title = apply_filters( 'retrieve_password_title', $title, $user_login, $user_data );

Changelog

VersionDescription
4.4.0Added the $user_login and $user_data parameters.
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.