apply_filters( 'tribe_events_views_v2_bootstrap_pre_get_view_html', string $pre_html , string $view_slug , Tribe__Context $context , WP_Query $query )
Filters the HTML for the view before we do any other logic around that.
Contents
Parameters
- $pre_html
-
(string) Allow pre-filtering the HTML that we will bootstrap.
- $view_slug
-
(string) The slug of the View that will be built, based on the context.
- $context
-
(Tribe__Context) Tribe context used to setup the view.
- $query
-
(WP_Query) The current WP Query object.
Source
Changelog
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |