LLMS_Helper_Add_On::get_channel_subscription()
Retrieve the update channel for the addon
Return Return
(string)
Source Source
File: libraries/lifterlms-helper/includes/models/class-llms-helper-add-on.php
public function get_channel_subscription() {
$channels = llms_helper_options()->get_channels();
return isset( $channels[ $this->get( 'id' ) ] ) ? $channels[ $this->get( 'id' ) ] : 'stable';
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |