jetpack_wp_login, $user->ID, $user, $this->get_flags( $user->ID
jetpack_wp_login, $user->ID, $user, $this->get_flags( $user->ID
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_wp_login, $user->ID, $user, $this->get_flags( $user->ID') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php line 382
* @param int $user_id The user ID. * @param \WP_User $user The User Object of the user that currently logged in. * @param array $params Any Flags that have been added during login. */ do_action( 'jetpack_wp_login', $user->ID, $user, $this->get_flags( $user->ID ) ); $this->clear_flags( $user->ID ); } /** * A hook for the authenticate event that checks the password strength. *