Function ipGetOption()
Description:
mixed
ipGetOption
(
string
$option
,
[
mixed|null
$defaultValue
]
)
Get option value Options can be viewed or changed using administration pages. You can use this function to get your plugin settings.
Package: ImpressPagesParameters:
string |
$option |
Option name. Option names use syntax "PluginName.optionName". |
mixed|null |
$defaultValue = null |
Default value. Returned if the option was not set. |
Return values:
mixed
|
Option value. |