apply_filters( 'tribe_repository_events_format_item', mixed|WP_Post $formatted , int $id , Tribe__Repository__Interface $this )
Filters a single formatted event result.
Contents
Parameters
- $formatted
-
(mixed|WP_Post) The formatted event result, usually a post object.
- $id
-
(int) The formatted post ID.
- $this
-
(Tribe__Repository__Interface) The current repository object.
Source
Changelog
| Version | Description |
|---|---|
| 4.9.7 | Introduced. |