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.


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.


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
5.2.0 Introduced.