apply_filters( 'event_tickets_should_enqueue_admin_settings_assets', bool $should_enqueue )

Allow filtering of whether the base Admin Settings Assets should be loaded.


Parameters

$should_enqueue

(bool) Should enqueue the settings asset or not.


Top ↑

Source

File: src/Tribe/Assets.php


Top ↑

Changelog

Changelog
Version Description
5.1.2 Introduced.