retrieve_password_title

retrieve_password_title

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('retrieve_password_title') is found 1 times:

  • /wp-includes/user.php line 3212
    	 * @param string  $title      Email subject.
    	 * @param string  $user_login The username for the user.
    	 * @param WP_User $user_data  WP_User object.
    	 */
    	$title = apply_filters( 'retrieve_password_title', $title, $user_login, $user_data );
    
    	/**
    	 * Filters the message body of the password reset mail.
    	 *
    	 * If the filtered message is empty, the password reset email will not be sent.
    	 *