Function ipGetOptionLang()
Description:
mixed
ipGetOptionLang
(
string
$option
,
[
string
$languageCode
]
,
[
mixed|null
$defaultValue
]
)
Get language specific option value
Package: ImpressPagesParameters:
string |
$option |
Option name. Option names use syntax "PluginName.optionName". |
string |
$languageCode = null |
Language code. |
mixed|null |
$defaultValue = null |
Default value. Returned if the option was not set. |
Return values:
mixed
|
Option value. |