apply_filters( 'tribe_repository_events_format_item', mixed|WP_Post $formatted, int $id, Tribe__Repository__Interface $this )

Filters a single formatted event result.


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.


Top ↑

Source

File: src/Tribe/Repositories/Event.php


Top ↑

Changelog

Changelog
Version Description
4.9.7 Introduced.