wpseek.com
WordPress开发者和主题制作者的搜索引擎



password_hint › WordPress过滤钩子

Since4.1.0
已弃用n/a
apply_filters( 'password_hint', $hint )
参数:
  • (string) $hint The password hint text.
    Required: Yes
定义在:
文档:

Filters the text describing the site's password complexity policy.





源码

return apply_filters( 'password_hint', $hint );