password_hint

过滤钩子


apply_filters( 'password_hint', $hint )
参数
  • (string)
    $hint
    The password hint text.
    Required:
定义位置
  • wp-includes/user.php
    , line 2830
引入
4.1.0
弃用

过滤描述网站的密码复杂性政策的文本。

return apply_filters( 'password_hint', $hint );