# gutenberg/13.7.2/lib/experimental/class-wp-theme-json-gutenberg.php

Gutenberg, version 13.7.2. 20 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/13.7.2/code/lib/experimental/class-wp-theme-json-gutenberg.php
- Raw: https://pluginprobe.com/plugins/gutenberg/13.7.2/raw/lib/experimental/class-wp-theme-json-gutenberg.php
- Modified: 2022-05-25T19:03:48+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/gutenberg/13.7.2/code/lib/experimental/class-wp-theme-json-gutenberg.php#L10-L20`.

```php
<?php
/**
 * WP_Theme_JSON_Gutenberg class
 *
 * @package gutenberg
 */

/**
 * Class that encapsulates the processing of structures that adhere to the theme.json spec.
 *
 * This class is for internal core usage and is not supposed to be used by extenders (plugins and/or themes).
 * This is a low-level API that may need to do breaking changes. Please,
 * use get_global_settings, get_global_styles, and get_global_stylesheet instead.
 *
 * @access private
 */
class WP_Theme_JSON_Gutenberg extends WP_Theme_JSON_6_1 {

}

```
