apply_filters( 'woocommerce_rest_prepare_customer_download', WP_REST_Response $response, stdObject $download, WP_REST_Request $request )

Filter customer download data returned from the REST API.


Description Description


Parameters Parameters

$response

The response object.

$download

Download object used to create response.

$request

Request object.


Top ↑

Source Source

File: includes/rest-api/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller.php



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.