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.


Parameters

$blocked

(bool) Whether the REST API response is blocked.

$response

(array|WP_Error) The response from the REST API.


Top ↑

Source

File: src/Events/Admin/Notice/Rest_Api.php


Top ↑

Changelog

Changelog
Version Description
6.6.3 Introduced.