Filters the theme configuration options before they are returned by a call to `get_theme_option`.
Plugins can use this filter to modify settings for particular themes, or store and use alternative settings.
The options will be provided as a serialized string, so in order to modify the options, a plugin must unserialize()
the array, make whatever changes are desired, then serialize()
again before returning.
Arguments
- string
$themeConfigOptions
{{#if - | (optional)}}
- The set of all theme configuration options for a theme. This is a serialized array.
- {{#if: | Default:
{{{default}}}
}} - string
$themeName
{{#if - | (optional)}}
- The name of the theme that this configuration applies to.
- {{#if: | Default:
{{{default}}}
}}