retrieve_password_title
apply_filters( ‘retrieve_password_title’, string $title , string $user_login , WP_User $user_data )
过滤钩子:过滤密码重置邮件的主题。Filter Hook: Filters the subject of the password reset email.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$title | (string) | 默认电子邮件标题。 |
$user_login | (string) | 用户的用户名。 |
$user_data | (WP_User) | WP_用户对象。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.4.0 | wp-login.php:440 | 1 | 0 |
总计 0 评论