apply_filters( 'tribe_get_venue_details', array $venue_details, int $post_id ) Allows customization of the retrieved venue details. TopicsParameters Source Changelog Parameters # $venue_details (array) An array of the venue's details. $post_id (int) The venue ID. Top ↑Source # File: src/functions/template-tags/venue.php Top ↑Changelog # Changelog Version Description 4.5.11 Added docblock and venue ID to filter. ?? Introduced.