item_response
item_response
Hook Type: filter
Displaying hooks found in version: woocommerce.10.4.3apply_filters('item_response') is found 1 times:
- /src/Internal/RestApi/Routes/V4/AbstractController.php line 177
* @param mixed $item WordPress representation of the item. * @param WP_REST_Request $request Request object. * @since 10.2.0 */ return rest_ensure_response( apply_filters( $this->get_hook_prefix() . 'item_response', $response, $item, $request ) ); } /** * Get the hook prefix for actions and filters. * * Example: woocommerce_rest_api_v4_orders_