WC_REST_CRUD_Controller
WC_REST_CRUD_Controller class.
Description Description
Source Source
File: includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php
Methods Methods
- create_item — Create a single item.
- delete_item — Delete a single item.
- delete_item_permissions_check — Check if a given request has access to delete an item.
- fetch_fields_using_getters — Get fields for an object if getter is defined.
- get_collection_params — Get the query params for collections of attachments.
- get_item — Get a single item.
- get_item_permissions_check — Check if a given request has access to read an item.
- get_items — Get a collection of posts.
- get_object — Get object.
- get_objects — Get objects.
- get_permalink — Get object permalink.
- prepare_links — Prepare links for the request.
- prepare_object_for_database — Prepares one object for create or update operation.
- prepare_object_for_response — Prepares the object for the REST response.
- prepare_objects_query — Prepare objects query.
- save_object — Save an object data.
- update_item — Update a single post.
- update_item_permissions_check — Check if a given request has access to update an item.