apply_filters_deprecated( 'event_tickets_plus_requested_api_is_valid', bool $is_valid, array $qr_arr )

Allow filtering the API key validation status.


Parameters

$is_valid

(bool) Whether the provided API key is valid or not.

$qr_arr

(array) The request data for Check in.


Top ↑

Source

File: src/Tribe/REST/V1/Endpoints/QR.php


Top ↑

Changelog

Changelog
Version Description
5.2.5 Introduced.