WC_REST_Webhook_Deliveries_V1_Controller::get_collection_params()
Get the query params for collections.
Метод класса: WC_REST_Webhook_Deliveries_V1_Controller{}
Хуков нет.
Возвращает
Массив
.
Использование
$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 WC 9.2.3
public function get_collection_params() { return array( 'context' => $this->get_context_param( array( 'default' => 'view' ) ), ); }