wpseek.com
A WordPress-centric search engine for devs and theme authors



password_hint › WordPress Filter Hooks

Since4.1.0
Deprecatedn/a
apply_filters( 'password_hint', $hint )
Parameters:
  • (string) $hint The password hint text.
    Required: Yes
Defined at:
Codex:

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





Source

return apply_filters( 'password_hint', $hint );