Filter hook 'retrieve_password_title'

in WP Core File wp-includes/user.php at line 3248

Description

Filters the subject of the password reset email.

Occurrences

Filename Line Number
wp-includes/user.php 3248

Parameters

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

PHP Doc

/**
	 * 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.
	 */