apply_filters( 'tec_events_virtual_meetings_api_post_response', null|TribeEventsVirtualIntegrationsApi_Response|WP_Error|mixed $response , string $url , TribeEventsVirtualIntegrationsarray<string,mixed> $args , int $expect_code )
Filters the response for an API request to prevent the response from actually happening.
Contents
Parameters
- $response
-
(null|TribeEventsVirtualIntegrationsApi_Response|WP_Error|mixed) The response that will be returned. A non
nullvalue here will short-circuit the response. - $url
-
(string) The full URL this request is being made to.
- $args
-
(<span class="TribeEventsVirtualIntegrationsarray">TribeEventsVirtualIntegrationsarray) The request arguments.
- $expect_code
-
(int) The HTTP response code expected for this request.
Source
Changelog
| Version | Description |
|---|---|
| 1.9.0 | Introduced. |