apply_filters( 'tec_tickets_normalize_occurrence_id', int $post_id )
Filters the post ID to use when fetching tickets for an Occurrence.
Contents
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.
Source
File: src/Tribe/Tickets.php
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |