I need to make use of the tribe_events_event_schedule_details_formatting() filter, but I don’t see any documentation for how to actually do so. Specifically, I need to make sure the day of the week is included whenever the plugin returns a date. I’ve tried simply changing the default WordPress date formatting, but it’s not having an effect on the plugin.
Could someone give me a snippet of how this filter would be used to add the day of the week to the beginning of the date format?
Thanks!