Description
Filters whether to send the site admin email change notification email.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 8045 |
Parameters
Type | Name | Description |
---|---|---|
bool | $send | Whether to send the email notification. |
string | $old_email | The old site admin email address. |
string | $new_email | The new site admin email address. |
PHP Doc
/**
* Filters whether to send the site admin email change notification email.
*
* @since 4.9.0
*
* @param bool $send Whether to send the email notification.
* @param string $old_email The old site admin email address.
* @param string $new_email The new site admin email address.
*/