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.
Contents
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.
Source
Changelog
| Version | Description |
|---|---|
| 4.1 | Introduced. |