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