Display just the time of an event?
-
I’m working on a website for a school, and we want to have a basic events calendar that just works like a print calendar: The name of the event and start and end times, if applicable, appear inline in the day’s block. No link to a dedicated page for the event. So far, I’ve managed everything except the times.
tribe_events_event_schedule_details()
is the closest thing I’ve found, and that returns the date, an at sign, and the times all in one string. The commenting on that function claims that “The resulting string can also be caught and manipulated, or completely overridden, using the ‘tribe_events_event_schedule_details’ filter, should none of the above settings be sufficient.” I have no idea what that is; how do I use it to return just the times?
- The topic ‘Display just the time of an event?’ is closed to new replies.