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

Filters a single formatted order 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/Order_Repository.php


Top ↑

Changelog

Changelog
Version Description
5.1.9 Introduced.