apply_filters( 'tec_tickets_qr_checkin_events_happening_now', bool $should_checkin_qr_events_happening_now, int $event_id, int $attendee_id )

Filter the option for QR codes to be only checked in when an event is happening.


Parameters

$should_checkin_qr_events_happening_now

(bool) True if it should check in QR codes on events that are on date an time.

$event_id

(int) The ID of the event, from the current attendee of the QR code.

$attendee_id

(int) The ID of the current attendee of the QR code.


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
5.7.0 Introduced.