Filter hook 'lostpassword_redirect'

in WP Core File wp-login.php at line 856

Description

Filters the URL redirected to after submitting the lostpassword/retrievepassword form.

Occurrences

Filename Line Number
wp-login.php 856

Parameters

Type Name Description
string $lostpassword_redirect The redirect destination URL.

PHP Doc

/**
		 * Filters the URL redirected to after submitting the lostpassword/retrievepassword form.
		 *
		 * @since 3.0.0
		 *
		 * @param string $lostpassword_redirect The redirect destination URL.
		 */