apply_filters( 'send_email_change_email', bool $send , array $user , array $userdata )
Filters whether to send the email change email.
Description
See also
wp_insert_user(): For
$user
and$userdata
fields.
Parameters
- $send
-
Whether to send the email.
- $user
-
The original user array.
- $userdata
-
The updated user array.
Source
File: wp-includes/user.php
Changelog
Version | Description |
---|---|
WP-4.3.0 | Introduced. |