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


Top ↑

Return Return

(mixed) The option value.


Top ↑

Source Source

File: includes/abstracts/llms.abstract.options.data.php


			

Top ↑

Changelog 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.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.