LLMS_Site::update_feature( string $feature, bool $val )
Update the status of a specific feature and save it to the db
Description Description
Parameters Parameters
- $feature
-
(Required) Name / key of the feature.
- $val
-
(Required) Status of the feature [true = enabled; false = disabled].
Return Return
(void)
Source Source
File: includes/class.llms.site.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |