apply_filters( 'tribe_get_event_website_link_label', string $label, int $post_id )

Filters the label of the event website link.

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.


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
3.0 Introduced.