apply_filters( 'tribe_tickets_ticket_object_is_ticket_cache_enabled', bool $is_cache_enabled , int $ticket_id )
Allow filtering whether the ticket has ticket cache enabled.
Contents
Parameters
- $is_cache_enabled
-
(bool) Whether the ticket has ticket cache enabled.
- $ticket_id
-
(int) The ticket ID.
Source
Changelog
| Version | Description |
|---|---|
| 5.1.0 | Introduced. |