Make WordPress Core


Ignore:
Timestamp:
05/25/2021 07:51:14 AM (4 years ago)
Author:
noisysocks
Message:

REST API: Add widget endpoints

Adds the sidebars, widgets and widget-types REST API endpoints from the
Gutenberg plugin.

Fixes #41683.
Props TimothyBlynJacobs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-widgets.php

    r47198 r50993  
    6464/** WP_Widget_Custom_HTML class */
    6565require_once ABSPATH . WPINC . '/widgets/class-wp-widget-custom-html.php';
     66
     67/** WP_Widget_Block class */
     68require_once ABSPATH . WPINC . '/widgets/class-wp-widget-block.php';
Note: See TracChangeset for help on using the changeset viewer.