gravityflowincomingwebhook_response_post_process
The gravityflowincomingwebhook_response_post_process filter allows the WP_REST_Response object to be modified after processing.
Parameters
Parameter | Type | Definition |
---|---|---|
$response | WP_REST_Response | The current response |
$entry | Array | The current entry array. |
$data | Array | The request data. |
$request | WP_REST_Request | The entire request object. |
Placement
This code should be placed in the functions.php file of your active theme or in a custom functions plugin.