Methods
1 to 17 of 17
- WC_REST_Taxes_V1_Controller::batch_items_permissions_check() – Check if a given request has access batch create, update and delete items.
- WC_REST_Taxes_V1_Controller::create_item_permissions_check() – Check if a given request has access create taxes.
- WC_REST_Taxes_V1_Controller::create_item() – Create a single tax.
- WC_REST_Taxes_V1_Controller::create_or_update_tax() – Take tax data from the request and return the updated or newly created rate.
- WC_REST_Taxes_V1_Controller::delete_item_permissions_check() – Check if a given request has access delete a tax.
- WC_REST_Taxes_V1_Controller::delete_item() – Delete a single tax.
- WC_REST_Taxes_V1_Controller::get_collection_params() – Get the query params for collections.
- WC_REST_Taxes_V1_Controller::get_item_permissions_check() – Check if a given request has access to read a tax.
- WC_REST_Taxes_V1_Controller::get_item_schema() – Get the Taxes schema, conforming to JSON Schema.
- WC_REST_Taxes_V1_Controller::get_item() – Get a single tax.
- WC_REST_Taxes_V1_Controller::get_items_permissions_check() – Check whether a given request has permission to read taxes.
- WC_REST_Taxes_V1_Controller::get_items() – Get all taxes.
- WC_REST_Taxes_V1_Controller::prepare_item_for_response() – Prepare a single tax output for response.
- WC_REST_Taxes_V1_Controller::prepare_links() – Prepare links for the request.
- WC_REST_Taxes_V1_Controller::register_routes() – Register the routes for taxes.
- WC_REST_Taxes_V1_Controller::update_item_permissions_check() – Check if a given request has access update a tax.
- WC_REST_Taxes_V1_Controller::update_item() – Update a single tax.