wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



send_network_admin_email_change_email › WordPress Filter Hooks

Da4.9.0
Deprecaton/a
apply_filters( 'send_network_admin_email_change_email', $send, $old_email, $new_email, $network_id )
Parametri: (4)
  • (bool) $send Whether to send the email notification.
    Richiesto:
  • (string) $old_email The old network admin email address.
    Richiesto:
  • (string) $new_email The new network admin email address.
    Richiesto:
  • (int) $network_id ID of the network.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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