password_hint
apply_filters( ‘password_hint’, string $hint )
筛选挂钩:筛选描述站点密码复杂性策略的文本。
Filter Hook: Filters the text describing the site’s password complexity policy.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$hint | (string) | 密码提示文本。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.1.0 | wp-includes/user.php:2254 | 1 | 0 |
password_hint 为WP2原创文章,链接:https://www.wp2.cn/hook/password_hint/