Core class used to manage taxonomies via the REST API.
WP_REST_Settings_Controller
Core class used to manage a site’s settings via the REST API.
WP_REST_Search_Controller
Core class to search through all WordPress content via the REST API.
WP_REST_Revisions_Controller
Core class used to access revisions via the REST API.
Advertisement
WP_REST_Posts_Controller
Core class to access posts via the REST API.
WP_REST_Post_Types_Controller
Core class to access post types via the REST API.
WP_REST_Post_Statuses_Controller
Core class used to access post statuses via the REST API.
WP_REST_Controller
Core base controller for managing and interacting with REST API items.
Advertisement
WP_REST_Comments_Controller
Core controller used to access comments via the REST API.
WP_REST_Blocks_Controller
Controller which provides a REST endpoint for the editor to read, create, edit and delete reusable blocks. Blocks are stored as posts with the wp_block post type.
WP_REST_Block_Renderer_Controller
Controller which provides REST endpoint for rendering a block.
WP_REST_Autosaves_Controller
Core class used to access autosaves via the REST API.
Advertisement
WP_REST_Attachments_Controller
Core controller used to access attachments via the REST API.
WP_REST_Response
Core class used to implement a REST response object.
WP_REST_Request
Core class used to implement a REST request object.