Filter hook 'lostpassword_url'

in WP Core File wp-includes/general-template.php at line 684

Description

Filters the Lost Password URL.

Occurrences

Filename Line Number
wp-includes/general-template.php 684

Parameters

Type Name Description
string $lostpassword_url The lost password page URL.
string $redirect The path to redirect to on login.

PHP Doc

/**
	 * Filters the Lost Password URL.
	 *
	 * @since 2.8.0
	 *
	 * @param string $lostpassword_url The lost password page URL.
	 * @param string $redirect         The path to redirect to on login.
	 */