password_hint WordPress Filter Hook
The password_hint Wordpress hook allows you to add a hint to the password field on the login form. This can be useful if you want to remind users of your password policy, or if you want to provide a hint in case users forget their password.
apply_filters( 'password_hint', string $hint ) #
Filters the text describing the site’s password complexity policy.
Parameters
- $hint
(string)The password hint text.
Source
File: wp-includes/user.php
Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |