apply_filters( 'tribe_events_views_v2_bootstrap_html', string $html , Tribe__Context $context , string $view_slug , WP_Query $query )
Filters the HTML for the view before we do any other logic around that.
Contents
Parameters
- $html
-
(string) The html to be displayed.
- $context
-
(Tribe__Context) Tribe context used to setup the view.
- $view_slug
-
(string) The slug of the View that we've built, based on the context but possibly altered in the build process.
- $query
-
(WP_Query) The current WP Query object.
Source
Changelog
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |