apply_filters( 'tec_tickets_normalize_occurrence_id', int $post_id )

Filters the post ID to use when fetching tickets for an Occurrence.


Parameters

$post_id

(int) The post ID to use when fetching tickets for an Occurrence; this might be a real post ID, or a provisional one.


Top ↑

Source

File: src/Tribe/Tickets.php


Top ↑

Changelog

Changelog
Version Description
5.8.0 Introduced.