Function asa2_option_get
Get the value of an ASA2 option.
Example:
$asa2_widget_class = asa2_option_get('widget_collection_css_outer'); // $asa2_widget_class contains the value of ASA2 option "Collection widget class"
Parameters summary
string |
$key |
The option key |
mixed |
$default = null |
Default value to return if option is empty. Default: null |
Return value summary
mixed
|
mixed |