WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about send_retrieve_password_email

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/user.php apply_filters 3122 /**
* Filters whether to send the retrieve password email.
*
* Return false to disable sending the email.
*
* @since 6.0.0
*
* @param bool $send Whether to send the email.
* @param string $user_login The username for the user.
* @param WP_User $user_data WP_User object.
*/

Hook Parameters

Parameter Type Name Description
bool $send Whether to send the email.
string $user_login The username for the user.
WP_User $user_data WP_User object.