WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about password_hint

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/user.php apply_filters 2830 /**
* Filters the text describing the site's password complexity policy.
*
* @since 4.1.0
*
* @param string $hint The password hint text.
*/

Hook Parameters

Parameter Type Name Description
string $hint The password hint text.