apply_filters( 'tribe_events_views_v2_bootstrap_pre_should_load', null|boolean $should_load , WP_Query $query )
Allows filtering if bootstrap should load.
Contents
Parameters
- $should_load
-
(null|boolean) Anything other then null will be returned after casting as bool.
- $query
-
(WP_Query) The current WP Query object.
Source
Changelog
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |