apply_filters( 'wp_theme_json_data_theme', WP_Theme_JSON_Data )
Filters the data provided by the theme for global styles and settings.
Parameters
-
Class to access and update the underlying data.
Source
File: wp-includes/class-wp-theme-json-resolver.php
.
View all references
$theme_json = apply_filters( 'wp_theme_json_data_theme', new WP_Theme_JSON_Data( $theme_json_data, 'theme' ) );
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |