wp_theme_json_data_default, new WP_Theme_JSON_Data( $config, default
wp_theme_json_data_default, new WP_Theme_JSON_Data( $config, default
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('wp_theme_json_data_default, new WP_Theme_JSON_Data( $config, default') is found 1 times:
- /wp-includes/class-wp-theme-json-resolver.php line 175
* @since 6.1.0 * * @param WP_Theme_JSON_Data $theme_json Class to access and update the underlying data. */ $theme_json = apply_filters( 'wp_theme_json_data_default', new WP_Theme_JSON_Data( $config, 'default' ) ); /* * Backward compatibility for extenders returning a WP_Theme_JSON_Data * compatible class that is not a WP_Theme_JSON_Data object. */ if ( $theme_json instanceof WP_Theme_JSON_Data ) {