Filters the link that allows the user to reset the lost password.
Parameters
$html_linkstring- HTML link to the lost password form.
Source
echo apply_filters( 'lost_password_html_link', $html_link );
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |
Filters the link that allows the user to reset the lost password.
$html_linkstringecho apply_filters( 'lost_password_html_link', $html_link );
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.