wp_lostpassword_url()
Returns the URL that allows the user to retrieve the lost password
Hooks from the function
Return
String
. Lost password URL.
Usage
wp_lostpassword_url( $redirect );
- $redirect(string)
- Path to redirect to on login.
Default: ''
Changelog
Since 2.8.0 | Introduced. |