WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about lostpassword_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 665 /**
* 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.
*/

Hook Parameters

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