apply_filters( 'tribe_get_venue_website_link_label', string $label, int $post_id )

Allows customization of a venue’s website link label.


Parameters

$label

(string) The venue's website link label.

$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.