apply_filters( 'tribe_get_event_website_link', string $html )

Filters the HTML output for the event website link.

This filter allows developers to modify the full HTML string for the event website link.


Parameters

$html

(string) The HTML for the event website link.


Top ↑

Source

File: src/functions/template-tags/link.php


Top ↑

Changelog

Changelog
Version Description
3.0 Introduced.