lostpassword_url

lostpassword_url

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_url') is found 1 times:

  • /wp-includes/general-template.php line 673
    	 *
    	 * @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 if
    

See this hook used in plugins: