apply_filters( 'tribe_events_get_venue_website_title', string $title, int $post_id )

Allows customization of a venue’s website title link.


Parameters

$title

(string) The title of the venue's website link.

$post_id

(int) The venue ID.


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
5.5.0 Introduced.