WC_REST_Webhook_Deliveries_V1_Controller::get_collection_params()
Get the query params for collections.
Method of the class: WC_REST_Webhook_Deliveries_V1_Controller{}
No Hooks.
Return
Array
.
Usage
$WC_REST_Webhook_Deliveries_V1_Controller = new WC_REST_Webhook_Deliveries_V1_Controller(); $WC_REST_Webhook_Deliveries_V1_Controller->get_collection_params();
WC_REST_Webhook_Deliveries_V1_Controller::get_collection_params() WC REST Webhook Deliveries V1 Controller::get collection params code WC 9.7.1
public function get_collection_params() { return array( 'context' => $this->get_context_param( array( 'default' => 'view' ) ), ); }