wpseek.com
A WordPress-centric search engine for devs and theme authors



send_network_admin_email_change_email › WordPress Filter Hooks

Since4.9.0
Deprecatedn/a
apply_filters( 'send_network_admin_email_change_email', $send, $old_email, $new_email, $network_id )
Parameters: (4)
  • (bool) $send Whether to send the email notification.
    Required: Yes
  • (string) $old_email The old network admin email address.
    Required: Yes
  • (string) $new_email The new network admin email address.
    Required: Yes
  • (int) $network_id ID of the network.
    Required: Yes
Defined at:
Codex:

Filters whether to send the network admin email change notification email.





Source

$send = apply_filters( 'send_network_admin_email_change_email', $send, $old_email, $new_email, $network_id );