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