apply_filters( 'tec_events_virtual_meetings_api_error_message', string $url, TribeEventsVirtualIntegrationsarray<string,mixed> $body, TribeEventsVirtualIntegrationsApi_Response $response )

Filters the API error message.


Parameters

$url

(string) The full URL this request is being made to.

$body

(<span class="TribeEventsVirtualIntegrationsarray">TribeEventsVirtualIntegrationsarray) The json_decoded request body.

$response

(TribeEventsVirtualIntegrationsApi_Response) The response that will be returned. A non null value here will short-circuit the response.


Top ↑

Source

File: src/Tribe/Integrations/Request_Api.php


Top ↑

Changelog

Changelog
Version Description
1.11.0 Introduced.