apply_filters( 'tribe_tickets_assets_should_enqueue_tickets_loader', bool $should_enqueue_tickets_loader )
Allow filtering whether the Tickets Loader script should be enqueued.
Contents
Parameters
- $should_enqueue_tickets_loader
-
(bool) Whether the Tickets Loader script should be enqueued.
Source
File: src/Tribe/Assets.php
Changelog
| Version | Description |
|---|---|
| 5.1.1 | Introduced. |