password_change_email
apply_filters( ‘password_change_email’, array $pass_cha…
apply_filters( ‘password_change_email’, array $pass_change_email, array $user, array $userdata )
过滤钩子:过滤用户密码更改时发送的电子邮件的内容。
Filter Hook: Filters the contents of the email sent when the user’s password is changed.
目录锚点:#参数#源码#笔记
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$pass_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: – ###USERNAME### The current user’s username. – ###ADMIN_EMAIL### The admin email in case this was unexpected. – ###EMAIL### The user’s email address. – ###SITENAME### The name of the site. – ###SITEURL### The URL to the site. | “headers”(字符串)标题。在换行符(rn)分隔的字符串中添加标题。 |
$user | (array) | 原始用户数组。 |
$userdata | (array) | 更新的用户数组。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.3.0 | wp-includes/user.php:2052 | 1 | 0 |
笔记(Notes)
当用户更改密码时不发送电子邮件
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!