Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/user.php | apply_filters | 2560 | /** * 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. */ |
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. |