LLMS_Events::get_registered_events()
Retrieve an array of valid events.
Return Return
(array) Array key is the event name and array value is used to determine if the key is a client-side event.
Source Source
File: includes/class-llms-events.php
public function get_registered_events() { return $this->registered_events; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.36.0 | Introduced. |