I’m integrating the pro version with a theme we made from scratch for center that offers different courses and workshops for children.
In the single-event.php view of a given recurring course, when the event has passed, I want to show a box saying “hey, make a reservation for the next class which is Friday the 13th” or whatever.
So I tried to use tribe_get_upcoming_recurring_event_id_from_url() to get the next event info, but it returns the ID of the first event in the series… is this the intended behavior, am I doing something wrong? both?
Any suggestions on how to do something like this?
Thanks.