Filters the Lost Password URL.
$lostpassword_urlstring$redirectstringwp-includes/general-template.php:890wp_lostpassword_url() * * @since 2.8.0 * * @param string $lostpassword_url The lost password page URL. * @param string $redirect The path to redirect to on login. */ return apply_filters( 'lostpassword_url', $lostpassword_url, $redirect );} /** * Displays the Registration or Admin link. * * Display a link which allows the user to navigate to the registration page ifIntroduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.