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