apply_filters( 'tec_tickets_checkin_details', array $checkin_details, int $attendee_id, mixed $qr )

Filters the checkin details for this attendee checkin.


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.


Top ↑

Source

File: src/Tribe/Tickets.php


Top ↑

Changelog

Changelog
Version Description
5.5.2 Introduced.