apply_filters( 'tec_events_rest_api_response_blocked_due_to_timeout', bool $blocked , WP_Error $response )
Filters whether the REST API response is considered to be blocked due to a timeout.
Contents
Parameters
- $blocked
-
(bool) Whether the REST API response is blocked.
- $response
-
(WP_Error) The response from the REST API.
Source
Changelog
| Version | Description |
|---|---|
| 6.6.3 | Introduced. |