do_action( 'event_tickets_checkin', int $attendee_id, bool|null $qr, int|null $event_id )

Fires a checkin action


Parameters

$attendee_id

(int) he post ID of the attendee that's being checked-in.

$qr

(bool|null) Whether the check-in is from a QR code.

$event_id

(int|null) The ID of the ticket-able post the Attendee is being checked into.


Top ↑

Source

File: src/Tribe/Tickets.php


Top ↑

Changelog

Changelog
Version Description
5.8.2 Add the $event_id argument to the filter data.
4.7 Introduced.