WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about login_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 459 /**
* Filters the login URL.
*
* @since 2.8.0
* @since 4.2.0 The `$force_reauth` parameter was added.
*
* @param string $login_url The login URL. Not HTML-encoded.
* @param string $redirect The path to redirect to on login, if supplied.
* @param bool $force_reauth Whether to force reauthorization, even if a cookie is present.
*/

Hook Parameters

Parameter Type Name Description
string $login_url The login URL. Not HTML-encoded.
string $redirect The path to redirect to on login, if supplied.
bool $force_reauth Whether to force reauthorization, even if a cookie is present.