apply_filters( 'bigcommerce/proxy/result', array|WP_Error $result, string $route, WP_REST_Request $request )

Summary

Filter the response results before returning it.


Parameters

$result

(array|WP_Error) Result from API call.

$route

(string) Route requested.

$request

(WP_REST_Request) API request.


Source

File: src/BigCommerce/Proxy/Proxy_Controller.php



User Contributed Notes

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