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.


Top ↑

Source

File: wp-includes/user.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.1.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More