apply_filters( 'tec_tickets_attendee_checkin', int $attendee_id, int|null $event_id, bool $qr )

Allows filtering the Attendee check-in action before the default logic does it.

Returning a non-null value from this filter will prevent the default logic from running.


Parameters

$attendee_id

(int) The post ID of the Attendee being checked-in.

$event_id

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

$qr

(bool) Whether the Attendee is being checked in via QR code or not.


Top ↑

Source

File: src/Tribe/Commerce/EDD/Main.php


Top ↑

Changelog

Changelog
Version Description
5.9.2 Introduced.