apply_filters( 'tec_tickets_checkin_details', array $checkin_details , int $attendee_id , mixed $qr )
Filters the checkin details for this attendee checkin.
Contents
Parameters
- $checkin_details
-
(array) The check-in details.
- $attendee_id
-
(int) The ID of the attendee that's being checked-in.
- $qr
-
(mixed) True if the check-in is from a QR code.
Source
File: src/Tribe/Tickets.php
Changelog
| Version | Description |
|---|---|
| 5.5.2 | Introduced. |