PluginProbe
Gutenberg / 23.5.2
Gutenberg v23.5.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 / class-wp-rest-icons-controller-gutenberg.php

class-wp-rest-icons-controller-gutenberg.php in Gutenberg 23.5.2, at lib/class-wp-rest-icons-controller-gutenberg.php

19 lines 481 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * REST API: Bundle WP_Icons_Registry_Gutenberg class instead of inheriting per WordPress version class
4 *
5 * Changes to this class should be synced to the corresponding class
6 * in WordPress core: src/wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php.
7 *
8 * @package gutenberg
9 * @subpackage REST_API
10 */
11
12 /**
13 * Gutenberg Icons REST API Controller.
14 *
15 * @since 7.1.0
16 */
17 class WP_REST_Icons_Controller_Gutenberg extends WP_REST_Icons_Controller {
18 }
19