apply_filters( 'tribe_organizer_label_singular_lowercase', string $label )
Allows customization of the singular lowercase version of the Organizer Label.
Contents
Note: the output of this filter is not escaped!
Parameters
- $label
-
(string) The singular lowercase version of the Organizer label, defaults to "organizer" (lowercase)
Source
Changelog
| Version | Description |
|---|---|
| 6.2.1 | Introduced. |