apply_filters( 'tribe_venue_label_singular_lowercase', string $label )

Allows customization of the singular lowercase version of the Venue Label.

Note: the output of this filter is not escaped!


Parameters

$label

(string) The singular lowercase version of the Venue label, defaults to "venue" (lowercase)


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
6.2.1 Introduced.