.. _fsetthemeoption: ################ set_theme_option ################ :doc:`Option-related functions ` ******* Summary ******* .. include:: /Reference/libraries/globals/summary/set_theme_option.rst .. php:function:: set_theme_option(string $optionName, string $optionValue, string $themeName) Set a theme option. :param string $optionName: The option name. :param string $optionValue: The option value. :param string $themeName: The theme name. If null, it will use the current public theme. ***** Usage ***** .. include:: /Reference/libraries/globals/usage/set_theme_option.rst ******** Examples ******** .. include:: /Reference/libraries/globals/examples/set_theme_option.rst ******** See Also ******** .. include:: /Reference/libraries/globals/see_also/set_theme_option.rst