lostpassword_redirect

lostpassword_redirect

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('lostpassword_redirect') is found 1 times:

  • /wp-login.php line 852
    		 * @since 3.0.0
    		 *
    		 * @param string $lostpassword_redirect The redirect destination URL.
    		 */
    		$redirect_to = apply_filters( 'lostpassword_redirect', $lostpassword_redirect );
    
    		/**
    		 * Fires before the lost password form.
    		 *
    		 * @since 1.5.1
    		 * @since 5.1.0 Added the `$errors` parameter.
    

See this hook used in plugins: