LLMS_Helper_Options::get_channels()
Get info about addon channel subscriptions
Return Return
(array)
Source Source
File: libraries/lifterlms-helper/includes/class-llms-helper-options.php
public function get_channels() {
return $this->get_option( 'channels', array() );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |