[BUG] Single day event being treated as multi-day event
-
Using tribe_events_event_recurring_info_tooltip, I want to show single day (but not all day) events with start and end times in the following format:
Monday, Jan 6, 2014 @ 8:00 AM
However, what I’ve been getting, even after adding the ‘tribe_events_event_schedule_details_formatting’ filter with ‘show_end_time’ set to false, is this:
Monday, Jan 6, 2014 @ 8:00 AM – Monday, Jan 6, 2014 @ 10:00 PM
Setting ‘time’ to false manages to remove both timestamps, so I know the filter was properly set up. After a little bit of testing, I found that the single date is being displayed as a multi-day event.
Possibly, this bug might be related to the one described in the “All day event” post: https://www.ads-software.com/support/topic/bug-all-day-event-start-and-end-date-error?replies=1
- The topic ‘[BUG] Single day event being treated as multi-day event’ is closed to new replies.