LLMS_Sessions::instance()

Get Main Singleton Instance.


Return Return

(LLMS_Sessions)


Top ↑

Source Source

File: includes/class-llms-sessions.php

42
43
44
45
46
47
add_filter( 'cron_schedules', array( $this, 'add_cron_schedule' ) );
 
if ( ! wp_next_scheduled( 'llms_end_idle_sessions' ) ) {
    /**
     * Filter the recurrence interval at which LifterLMS closes idle sessions.
     *

Top ↑

Changelog Changelog

Changelog
Version Description
3.36.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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