Filters the data provided by the theme for global styles and settings.
Parameters
-
$theme_jsonWP_Theme_JSON_Data -
Class to access and update the underlying data.
Source
$theme_json = apply_filters( 'wp_theme_json_data_theme', new WP_Theme_JSON_Data( $theme_json_data, 'theme' ) );
Changuelog
| Versionen | Description |
|---|---|
| 6.1.0 | Introduced. |
Replace the color palettte from the
theme.jsonfile:Add new colors to an existing palettte and mergue configuration:
Split
theme.jsonin multiple files:In
theme-settings.json: