Summery Summery
Filters the contents of the email notification sent when the network admin email address is changed.
Syntax Syntax
Parameters Parameters
- $email_change_email
-
Used to build wp_mail().
- 'to'
(string) The intended recipient. - 'subject'
(string) The subject of the email. - 'message'
(string) The content of the email. The following strings have a special meaning and will get replaced dynamically: - ###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) Headers.
- 'to'
- $old_email
-
The old network admin email address.
- $new_email
-
The new network admin email address.
- $network_id
-
ID of the network.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |