LLMS_Events::instance()
Get Main Singleton Instance.
Contents
Return Return
Source Source
File: includes/class-llms-events.php
46 47 48 49 50 51 | add_action( 'init' , array ( $this , 'register_events' ), 9 ); add_action( 'init' , array ( $this , 'store_cookie' ) ); } /** |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.36.0 | Introduced. |