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.


Parameters

$is_cache_enabled

(bool) Whether the ticket has ticket cache enabled.

$ticket_id

(int) The ticket ID.


Top ↑

Source

File: src/Tribe/Ticket_Object.php


Top ↑

Changelog

Changelog
Version Description
5.1.0 Introduced.