apply_filters( 'tribe_events_latest_past_view_display_template', bool $display , string $name , array $context , bool $echo )
Filters whether a specific template should show in the context of the Latest Past Events View or not.
Contents
Parameters
- $display
-
(bool) Whether a specified template should display or not.
- $name
-
(string) The template name.
- $context
-
(array) The data context for this template inclusion.
- $echo
-
(bool) Whether the template inclusion is attempted to then echo to the page, or not.
Source
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |