“Fatal error: Call to undefined function tribe_events_single_event_meta()”
We are getting an error on the single event pages of our calendar.
I found this when searching:
“To fix this you need to update your custom template single-events.php in your theme.
You want to replace:
– echo tribe_events_single_event_meta();
with this function:
– tribe_get_template_part( ‘modules/meta’ );
Let me know if that resolves the issue for you.”
I changed the files but it didn’t fix the problem.
Please help!