set_theme_option
— Set a theme option.
Summary
- set_theme_option($optionName, $optionValue, $themeName = null)
Set a theme option.
- Parameters:
$optionName (
string
) – The option name.$optionValue (
string
) – The option value.$themeName (
string
) – The theme name. If null, it will use the current public theme.