jetpack_sso_handle_login, $user, $user_data

jetpack_sso_handle_login, $user, $user_data

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_sso_handle_login, $user, $user_data') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/sso/class-sso.php line 1155
    		 *
    		 * @param WP_User|false|null $user      Local User information.
    		 * @param object             $user_data WordPress.com User Login information.
    		 */
    		do_action( 'jetpack_sso_handle_login', $user, $user_data );
    
    		if ( $user ) {
    			// Cache the user's details, so we can present it back to them on their user screen.
    			update_user_meta( $user->ID, 'wpcom_user_data', $user_data );
    
    			/*