tribe_is_organizer_label_customized()
A simple function for knowing if the “Organizer”/”Organizers” label has been changed.
Return
(bool)
Source
File: src/functions/utils/labels.php
function tribe_is_organizer_label_customized() {
return 'Organizer' !== tribe_get_organizer_label_singular() || 'Organizers' !== tribe_get_organizer_label_plural();
}
Changelog
| Version | Description |
|---|---|
| 4.6.3 | Introduced. |