WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about login_footer

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-login.php do_action 394 /**
* Fires in the login page footer.
*
* @since 3.1.0
*/
wp-login.php do_action 1280 /**
* Filters the login redirect URL.
*
* @since 3.0.0
*
* @param string $redirect_to The redirect destination URL.
* @param string $requested_redirect_to The requested redirect destination URL passed as a parameter.
* @param WP_User|WP_Error $user WP_User object if login was successful, WP_Error object otherwise.
*/

Hook Parameters

Parameter Type Name Description