LLMS_Events::instance()

Get Main Singleton Instance.


Return Return

(LLMS_Events)


Top ↑

Source Source

File: includes/class-llms-events.php

		add_action( 'init', array( $this, 'register_events' ), 9 );
		add_action( 'init', array( $this, 'store_cookie' ) );

	}

	/**

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.