Topics

Function ipGetOptionLang()

ipGetOptionLang — Get language specific option value

Description:

mixed ipGetOptionLang ( string $option , [ string $languageCode ] , [ mixed|null $defaultValue ] )

Get language specific option value

Package: ImpressPages

Parameters:

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.
comments powered by Disqus