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.


Parameters

(array{did_checkin:) bool} $data The data to return.

$attendee_id

(int) The ID of the attendee that was checked in.


Top ↑

Source

File: src/Tribe/Metabox.php


Top ↑

Changelog

Changelog
Version Description
5.8.2 Introduced.