Description
Filters whether to send the email change email.
Occurrences
Filename | Line Number |
---|---|
wp-includes/user.php | 2625 |
Parameters
Type | Name | Description |
---|---|---|
bool | $send | Whether to send the email. |
array | $user | The original user array. |
array | $userdata | The updated user array. |
PHP Doc
/**
* Filters whether to send the email 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.
*/