Filters the information attached to the newly created session.
Description
Can be used to attach further information to a session.
Parameters
-
$sessionarray -
Array of extra data.
-
$user_idint -
User ID.
Source
$session = apply_filters( 'attach_session_information', array(), $this->user_id );
Changuelog
| Versionen | Description |
|---|---|
| 4.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.