Prepares one item for create or update operation.
WP_REST_Controller::delete_item
Deletes one item from the collection.
WP_REST_Controller::delete_item_permissions_check
Checks if a given request has access to delete a specific item.
WP_REST_Controller::update_item
Updates one item from the collection.
Advertisement
WP_REST_Controller::update_item_permissions_check
Checks if a given request has access to update a specific item.
WP_REST_Controller::create_item
Creates one item from the collection.
WP_REST_Controller::create_item_permissions_check
Checks if a given request has access to create items.
WP_REST_Controller::get_item
Retrieves one item from the collection.
Advertisement
WP_REST_Controller::get_item_permissions_check
Checks if a given request has access to get a specific item.
WP_REST_Controller::get_items
Retrieves a collection of items.
WP_REST_Controller::get_items_permissions_check
Checks if a given request has access to get items.
WP_REST_Controller::register_routes
Registers the routes for the objects of the controller.
Advertisement
WP_REST_Controller
Core base controller for managing and interacting with REST API items.