apply_filters( 'tribe_events_views_v2_bootstrap_pre_should_load', null|boolean $should_load, WP_Query $query )

Allows filtering if bootstrap should load.


Parameters

$should_load

(null|boolean) Anything other then null will be returned after casting as bool.

$query

(WP_Query) The current WP Query object.


Top ↑

Source

File: src/Tribe/Views/V2/Template_Bootstrap.php


Top ↑

Changelog

Changelog
Version Description
5.0.0 Introduced.