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.


Parameters

$response

(null|TribeEventsVirtualIntegrationsApi_Response|WP_Error|mixed) The response that will be returned. A non null value 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.


Top ↑

Source

File: src/Tribe/Integrations/Request_Api.php


Top ↑

Changelog

Changelog
Version Description
1.9.0 Introduced.