apply_filters( 'tec_get_venue_ids', int[] $venue_ids, int $event_id )

Allows customization of the venue IDs retrieved for a specified event.


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.


Top ↑

Source

File: src/functions/template-tags/venue.php


Top ↑

Changelog

Changelog
Version Description
6.2.0 Introduced.