apply_filters( 'tribe_events_views_v2_stack_filter_event', bool $keep, mixed $event )

Filters the result of the check to keep or discard an event from the stack.


Parameters

$keep

(bool) Whether the event should be part of the stack or not.

$event

(mixed) An event post object, post ID, or any possible representation an event might have.


Top ↑

Source

File: src/Tribe/Views/V2/Utils/Stack.php


Top ↑

Changelog

Changelog
Version Description
4.9.11 Introduced.