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.


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.


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
5.16.0 Introduced.