LLMS_Sessions::get_open_sessions( int $limit = 50, int $skip )

Retrieve open sessions.


Description Description


Parameters Parameters

$limit

(Optional) Number of sessions to return.

Default value: 50

$skip

(Required) Number of sessions to skip.


Top ↑

Return Return

(LLMS_Event[])


Top ↑

Source Source

File: includes/class-llms-sessions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.5.0 Retrieve open sessions from the wp_lifterlms_events_open_sessions table.
3.36.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.