apply_filters( 'tec_get_venue_ids', int[] $venue_ids , int $event_id )
Allows customization of the venue IDs retrieved for a specified event.
Contents
Parameters
- $venue_ids
-
(int[]) The venue IDs for the specified event.
- $event_id
-
(int) The ID of the event whose venues are being looked for.
Source
Changelog
| Version | Description |
|---|---|
| 6.2.0 | Introduced. |