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