apply_filters( 'tribe_tickets_plus_ticket_is_unlimited', bool $is_unlimited , Tribe__Tickets__Ticket_Object $ticket )
Filters whether the ticket is unlimited or not.
Contents
Parameters
- $is_unlimited
-
(bool) Whether the ticket is unlimited or not.
- $ticket
-
(Tribe__Tickets__Ticket_Object) The ticket object.
Source
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |