apply_filters( 'tribe_get_venue_website_link', string $html, int $post_id ) Allows customization of a venue’s website link. TopicsParameters Source Changelog Parameters # $html (string) The assembled HTML link tag of venue's website link. $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. ?? Introduced.