wp_theme_json_data_default, new WP_Theme_JSON_Data_Gutenberg( $config, default

wp_theme_json_data_default, new WP_Theme_JSON_Data_Gutenberg( $config, default

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: gutenberg.23.6.2

apply_filters('wp_theme_json_data_default, new WP_Theme_JSON_Data_Gutenberg( $config, default') is found 1 times:

  • /lib/class-wp-theme-json-resolver-gutenberg.php line 175
    		 * @since 6.1.0
    		 *
    		 * @param WP_Theme_JSON_Data_Gutenberg Class to access and update the underlying data.
    		 */
    		$theme_json   = apply_filters( 'wp_theme_json_data_default', new WP_Theme_JSON_Data_Gutenberg( $config, 'default' ) );
    		static::$core = $theme_json->get_theme_json();
    
    		return static::$core;
    	}
    
    	/**