apply_filters( 'tec_tickets_attendee_uncheckin', bool|null $uncheckin, int $attendee_id, int|null $context_id )

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

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


Parameters

$uncheckin

(bool|null) Whether the Attendee uncheckin action was handled by the filter or not.

$attendee_id

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

$context_id

(int|null) The post ID context of the Attendee uncheckin request.


Top ↑

Source

File: src/Tribe/Tickets.php


Top ↑

Changelog

Changelog
Version Description
5.8.3 Introduced.