alch_get_option
Last updated
Last updated
Function alch_get_option
returns the value of a saved option.
For client-side use .
The function takes $optionID
and $default
as parameters. $optionID
should match the id
of some field in the main .
Return value can be of several types, depending on the .
If field-id
has a value in the database, it will be assigned to the $myVal
variable, otherwise, $myVal
will be Some default value
.