apply_filters( 'tribe_get_venue_website_link_target', string $target , string $url , int $post_id )
Allows customization of a venue’s website link target.
Contents
Parameters
- $target
-
(string) The target attribute string. Defaults to "_self".
- $url
-
(string) The link URL.
- $post_id
-
(int) The venue ID.
Source
Changelog
| Version | Description |
|---|---|
| 4.5.11 | Added docblock and venue ID to filter. |
| 3.0 | Introduced. |