apply_filters_deprecated( 'event_tickets_plus_requested_api_is_valid', bool $is_valid , array $qr_arr )
Allow filtering the API key validation status.
Contents
Parameters
- $is_valid
-
(bool) Whether the provided API key is valid or not.
- $qr_arr
-
(array) The request data for Check in.
Source
Changelog
| Version | Description |
|---|---|
| 5.2.5 | Introduced. |