wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



send_network_admin_email_change_email › Filtr WordPress Hooks

Od4.9.0
Przestarzałyn/a
apply_filters( 'send_network_admin_email_change_email', $send, $old_email, $new_email, $network_id )
Parametry: (4)
  • (bool) $send Whether to send the email notification.
    Wymagane: Tak
  • (string) $old_email The old network admin email address.
    Wymagane: Tak
  • (string) $new_email The new network admin email address.
    Wymagane: Tak
  • (int) $network_id ID of the network.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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