apply_filters( 'tec_tickets_attendee_manual_checkin_success_data', array{did_checkin: , int $attendee_id )
Filters the data to return when an attendee is checked in.
Contents
Parameters
-
(array{did_checkin:) bool} $data The data to return.
- $attendee_id
-
(int) The ID of the attendee that was checked in.
Source
File: src/Tribe/Metabox.php
Changelog
| Version | Description |
|---|---|
| 5.8.2 | Introduced. |