apply_filters( 'tribe_get_event_website_link_label', string $label , int $post_id )
Filters the label of the event website link.
Contents
This filter allows developers to modify the text label of the event website link.
Parameters
- $label
-
(string) The link label. Defaults to the URL if not provided.
- $post_id
-
(int) The post ID of the event.
Source
Changelog
| Version | Description |
|---|---|
| 3.0 | Introduced. |