wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



send_network_admin_email_change_email › WordPress Filter Hooks

Seit4.9.0
Veraltetn/v
apply_filters( 'send_network_admin_email_change_email', $send, $old_email, $new_email, $network_id )
Parameter: (4)
  • (bool) $send Whether to send the email notification.
    Erforderlich: Ja
  • (string) $old_email The old network admin email address.
    Erforderlich: Ja
  • (string) $new_email The new network admin email address.
    Erforderlich: Ja
  • (int) $network_id ID of the network.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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