Filters the contents of the email notification sent when the network admin email address is changed.
$email_change_emailarray
to stringsubject stringmessage string###OLD_EMAIL### The old network admin email address.###NEW_EMAIL### The new network admin email address.###SITENAME### The name of the network.###SITEURL### The URL to the site.headers string$old_emailstring
$new_emailstring
$network_idint
$email_change_email = apply_filters( 'network_admin_email_change_email', $email_change_email, $old_email, $new_email, $network_id );
| Version | Description |
|---|---|
| 4.9.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/network_admin_email_change_email