Hey guys,
Is there a way to change the “Date:” label in single event view? Some of the “events” that we post are actually calls for applications, so when that category is checked off we want it to say ‘deadline’ instead of ‘date’.
In 2.x we were able to do this with a conditional statement in the single event view template override, but that won’t work now that everything is obscured behind tribe_events_single_event_meta(). We were able to reinstate most of our 2.x tweaks using things like tribe_set_meta_label(), but tribe_set_meta_label( ‘tribe_event_date’, ‘Deadline:’ ) doesn’t seem to do anything. Is there a simple way to accomplish this without removing the call to tribe_events_single_event_meta() and retrieving each meta field individually?
Thanks!