apply_filters( 'tribe_tickets_plus_ticket_is_unlimited', bool $is_unlimited, Tribe__Tickets__Ticket_Object $ticket )

Filters whether the ticket is unlimited or not.


Parameters

$is_unlimited

(bool) Whether the ticket is unlimited or not.

$ticket

(Tribe__Tickets__Ticket_Object) The ticket object.


Top ↑

Source

File: src/views/v2/modal/cart.php


Top ↑

Changelog

Changelog
Version Description
6.1.0 Introduced.