WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_login

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/user.php do_action 110 /**
* Fires after the user has successfully logged in.
*
* @since 1.5.0
*
* @param string $user_login Username.
* @param WP_User $user WP_User object of the logged-in user.
*/

Hook Parameters

Parameter Type Name Description
string $user_login Username.
WP_User $user WP_User object of the logged-in user.