Filters the text describing the site’s password complexity policy.
Parameters
$hint
string- The password hint text.
Source
return apply_filters( 'password_hint', $hint );
Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |
Filters the text describing the site’s password complexity policy.
$hint
stringreturn apply_filters( 'password_hint', $hint );
Version | Description |
---|---|
4.1.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
User Contributed Notes