apply_filters( 'tribe_organizer_label_singular_lowercase', string $label )

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

Note: the output of this filter is not escaped!


Parameters

$label

(string) The singular lowercase version of the Organizer label, defaults to "organizer" (lowercase)


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
6.2.1 Introduced.