apply_filters( 'tec_events_noindex', ?Tribe__Repository|null $events , DateTime $start_date , Tribe__Context $context )
Allow specific views to hook in and add their own calculated events.
Contents
This bypasses the cached query immediately after it.
Parameters
- $events
-
(?Tribe__Repository|null) The events repository. False if not hooked in to.
- $start_date
-
(DateTime) The start date (object) of the query.
- $context
-
(Tribe__Context) The current context.
Source
File: src/Tribe/Main.php
Changelog
| Version | Description |
|---|---|
| 6.2.3 | Introduced. |