Core Function
View Source on Trac ↗ wp_site_admin_email_change_notification()
wp_site_admin_email_change_notification( mixed $old_email, mixed $new_email, mixed $option_name ) Sends an email to the old site admin email address when the site admin email address changes.
Parameters 3 required
| Name / Type | Description |
|---|---|
| $old_email string | The old site admin email address. Required |
| $new_email string | The new site admin email address. Required |
| $option_name string | The relevant database option name. Required |
Return Value
(void)
No return value description available.
Function Information
Since Version
4.9.0
Source File
wp-includes/functions.php
Advertisement