wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



password_hint › WordPress Filter Hooks

Seit4.1.0
Veraltetn/v
apply_filters( 'password_hint', $hint )
Parameter:
  • (string) $hint The password hint text.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

return apply_filters( 'password_hint', $hint );