wp_lostpassword_url( string $redirect = '' )
Returns the URL that allows the user to reset the lost password.
Parameters
- $redirect
-
(Optional) Path to redirect to on login.
Default value: ''
Return
(string) Lost password URL.
Source
File: wp-includes/general-template.php
Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |