Filters whether to send the network admin email change notification email.
Parameters
$sendbool- Whether to send the email notification.
$old_emailstring- The old network admin email address.
$new_emailstring- The new network admin email address.
$network_idint- ID of the network.
Source
$send = apply_filters( 'send_network_admin_email_change_email', $send, $old_email, $new_email, $network_id );
Changelog
| Version | Description |
|---|---|
| 4.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.