LLMS_Helper_Options::set_channels( array $channels )
Set info about addon channel subscriptions
Parameters Parameters
- $channels
-
(array) (Required) Array of channel information.
Return Return
(boolean) True if option value has changed, false if not or if update failed.
Source Source
File: libraries/lifterlms-helper/includes/class-llms-helper-options.php
public function set_channels( $channels ) { return $this->set_option( 'channels', $channels ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |