Filter hook 'wp_theme_json_data_theme'

in WP Core File wp-includes/class-wp-theme-json-resolver.php at line 292

Description

Filters the data provided by the theme for global styles and settings.

Occurrences

Filename Line Number
wp-includes/class-wp-theme-json-resolver.php 292

Parameters

Type Name Description
WP_Theme_JSON_Data $theme_json Class to access and update the underlying data.

PHP Doc

/**
			 * Filters the data provided by the theme for global styles and settings.
			 *
			 * @since 6.1.0
			 *
			 * @param WP_Theme_JSON_Data $theme_json Class to access and update the underlying data.
			 */