When viewing the page for a single event on our site there is a “Website” label which has a hyperlink to a web site below it. By default the text of this hyperlink is the same as the link itself. Is there a way to customize the text so it says something like “View the web site here” instead? Some of our links are very long and are running into other items on the page.
The content of this section of the single-event.php template seems to be handled by tribe_events_single_event_meta() so I’ll probably need to add a hook or filter of some sort, but I’m not sure what the syntax should be. Any help would be appreciated.