apply_filters( 'lostpassword_url', string $lostpassword_url, string $redirect )

Filters the Lost Password URL.


Parameters

$lostpassword_url

(string) The lost password page URL.

$redirect

(string) The path to redirect to on login.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.8.0 Introduced.