LLMS_Abstract_Options_Data::set_option( string $name, mixed $value )
Set the value of an option
Description Description
Parameters Parameters
- $name
-
(Required) Option name (unprefixed).
- $value
-
(Required) Option value.
Return Return
(bool) Returns true
if option value has changed and false
if no update or the update failed.
Source Source
File: includes/abstracts/llms.abstract.options.data.php
Changelog Changelog
Version | Description |
---|---|
3.17.8 | Introduced. |