apply_filters( 'event_tickets_attendees_checkin_stati', array $default_checkin_stati, string $provider_slug, int $order_id )

Filters the order stati that will allow for a ticket to be checked in for all commerce providers.


Parameters

$default_checkin_stati

(array) An array of default order stati that will make a ticket eligible for check-in.

$provider_slug

(string) The ticket provider slug.

$order_id

(int) The order post ID.


Top ↑

Source

File: src/Tribe/Attendees_Table.php


Top ↑

Changelog

Changelog
Version Description
4.1 Introduced.