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.
Contents
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.
Source
Changelog
| Version | Description |
|---|---|
| 5.7.0 | Introduced. |