apply_filters( 'tec_tickets_qr_checkin_attendee_data', array<string,mixed> $attendee_data , int $attendee_id , int $event_id , Tribe__Tickets__Tickets $ticket_provider )
Filters the Attendee data for the QR check-in.
Contents
Parameters
- $attendee_data
-
(<span class="array">array) The Attendee data.
- $attendee_id
-
(int) The Attendee ID.
- $event_id
-
(int) The ID of the post this Attendee is being checked into.
- $ticket_provider
-
(Tribe__Tickets__Tickets) The Ticket provider.
Source
Changelog
| Version | Description |
|---|---|
| 5.16.0 | Introduced. |