network_admin_email_change_email
apply_filters( ‘network_admin_email_change_email’, arra…
apply_filters( ‘network_admin_email_change_email’, array $email_change_email, string $old_email, string $new_email, int $network_id )
筛选挂钩:筛选网络管理员电子邮件地址更改时发送的电子邮件通知的内容。
Filter Hook: Filters the contents of the email notification sent when the network admin email address is changed.
目录锚点:#参数#源码
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$email_change_email | (array) | 用于生成wp_mail()。’到’(字符串)指定的收件人。 |
‘subject'(string) The subject of the email. | ‘message’(string) The content of the email. The following strings have a special meaning and will get replaced dynamically: – ###OLD_EMAIL### The old network admin email address. – ###NEW_EMAIL### The new network admin email address. – ###SITENAME### The name of the network. – ###SITEURL### The URL to the site. | “headers”(字符串)标题。 |
$old_email | (string) | 旧的网络管理员电子邮件地址。 |
$new_email | (string) | 新的网络管理员电子邮件地址。 |
$network_id | (int) | 网络的ID。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.9.0 | wp-includes/ms-functions.php:2820 | 1 | 0 |
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!