apply_filters( 'tec_tickets_attendee_manual_uncheckin_success_data', array{did_uncheckin: , int $attendee_id )
Filters the data to return when an attendee is unchecked in.
Contents
Parameters
-
(array{did_uncheckin:) 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.3 | Introduced. |