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

Filters a single formatted attendee 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/Tickets/Commerce/Repositories/Attendees_Repository.php


Top ↑

Changelog

Changelog
Version Description
5.1.9 Introduced.