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