WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about send_password_change_email

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/user.php apply_filters 2545 /**
* Filters whether to send the password change email.
*
* @since 4.3.0
*
* @see wp_insert_user() For `$user` and `$userdata` fields.
*
* @param bool $send Whether to send the email.
* @param array $user The original user array.
* @param array $userdata The updated user array.
*/

Hook Parameters

Parameter Type Name Description
bool $send Whether to send the email.
array $user The original user array.
array $userdata The updated user array.