.. _fsetthemeoption: ############################################ ``set_theme_option`` — Set a theme option. ############################################ :doc:`Option-related functions ` ******* Summary ******* .. include:: /Reference/libraries/globals/summary/set_theme_option.rst .. php:function:: set_theme_option($optionName, $optionValue, $themeName = null) Set a theme option. :type $optionName: string :param $optionName: The option name. :type $optionValue: string :param $optionValue: The option value. :type $themeName: string :param $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