Warning: This class has been deprecated. Webhooks deliveries logs now uses logging system instead.
WC_REST_Webhook_Deliveries_V1_Controller
REST API Webhook Deliveries controller class.
Description Description
Source Source
File: includes/rest-api/Controllers/Version1/class-wc-rest-webhook-deliveries-v1-controller.php
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |
Methods Methods
- get_collection_params — Get the query params for collections.
- get_item — Get a single webhook delivery.
- get_item_permissions_check — Check if a given request has access to read a tax.
- get_item_schema — Get the Webhook's schema, conforming to JSON Schema.
- get_items — Get all webhook deliveries.
- get_items_permissions_check — Check whether a given request has permission to read taxes.
- prepare_item_for_response — Prepare a single webhook delivery output for response.
- prepare_links — Prepare links for the request.
- register_routes — Register the routes for webhook deliveries.