Filters the text describing the site's password complexity policy.
$hintstringwp-includes/user.php:2999wp_get_password_hint()<?php * Filters the text describing the site's password complexity policy. * * @since 4.1.0 * * @param string $hint The password hint text. */ return apply_filters( 'password_hint', $hint );} /** * Creates, stores, then returns a password reset key for user. * * @since 4.4.0Introduced in 4.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.