apply_filters( 'tribe_get_venue_website_link', string $html , int $post_id )
Allows customization of a venue’s website link.
Contents
Parameters
- $html
-
(string) The assembled HTML link tag of venue's website link.
- $post_id
-
(int) The venue ID.
Source
Changelog
| Version | Description |
|---|---|
| 4.5.11 | Added docblock. |
| 3.0 | Introduced. |