LLMS_Abstract_Options_Data::get_option( string $name, mixed $default = false )
Retrieve the value of an option from the database
Description Description
Parameters Parameters
- $name
-
(Required) Option name (unprefixed).
- $default
-
(Optional) Default value to use if no option is found.
Default value: false
Return Return
(mixed) The option value.
Source Source
File: includes/abstracts/llms.abstract.options.data.php
Changelog Changelog
Version | Description |
---|---|
4.21.0 | Changed the behavior of the function when the concrete class defines $this->version greater than 1. |
3.8.0 | Introduced. |