apply_filters( 'attach_session_information', array $session, int $user_id )

Filters the information attached to the newly created session.


Description

Could be used in the future to attach information such as IP address or user agent to a session.


Parameters

$session

(array) Array of extra data.

$user_id

(int) User ID.


Source

File: wp-includes/class-wp-session-tokens.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.0.0 Introduced.