On this page
apply_filters( 'password_hint', string $hint )
Filters the text describing the site’s password complexity policy.
Parameters
$hintstring-
The password hint text.
Source
File: wp-includes/user.php. View all references
return apply_filters( 'password_hint', $hint );
Related
Used By
| Used By | Description |
|---|---|
| wp_get_password_hint() wp-includes/user.php | Gets the text suggesting how to create strong passwords. |
Changelog
| Version | Description |
|---|---|
| 4.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/password_hint