wpseek.com
WordPress开发者和主题制作者的搜索引擎



send_network_admin_email_change_email › WordPress过滤钩子

Since4.9.0
已弃用n/a
apply_filters( 'send_network_admin_email_change_email', $send, $old_email, $new_email, $network_id )
参数: (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
定义在:
文档:

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





源码

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