collection_params
collection_params
Appears in: woocommerce.10.3.4
Hook Type: filter
Displaying hooks found in version: woocommerce.10.3.4apply_filters('collection_params') is found 1 times:
- /src/RestApi/Routes/V4/AbstractController.php line 97
* * @param array $params The collection params. * @since 10.2.0 */ return apply_filters( $this->get_hook_prefix() . 'collection_params', $params, $this ); } /** * Get item schema, conforming to JSON Schema. Extended by routes. * * @return array The item schema.