PluginProbe
Gutenberg / 13.7.2
Gutenberg v13.7.2
23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 7.4.0 All 402 releases
gutenberg / lib / experimental / class-wp-theme-json-gutenberg.php

class-wp-theme-json-gutenberg.php in Gutenberg 13.7.2, at lib/experimental/class-wp-theme-json-gutenberg.php

20 lines 524 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * WP_Theme_JSON_Gutenberg class
4 *
5 * @package gutenberg
6 */
7
8 /**
9 * Class that encapsulates the processing of structures that adhere to the theme.json spec.
10 *
11 * This class is for internal core usage and is not supposed to be used by extenders (plugins and/or themes).
12 * This is a low-level API that may need to do breaking changes. Please,
13 * use get_global_settings, get_global_styles, and get_global_stylesheet instead.
14 *
15 * @access private
16 */
17 class WP_Theme_JSON_Gutenberg extends WP_Theme_JSON_6_1 {
18
19 }
20