password_hint

password_hint

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('password_hint') is found 1 times:

  • /wp-includes/user.php line 2874
    	 * @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.0