set_theme_option

Option-related functions

Summary

set_theme_option(string $optionName, string $optionValue, string $themeName)

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.

Usage

Examples

See Also