I get stuck π
In the single-event.php is instructions on how to use and modify tooltip template.
I’m not sure where to add this code?
$additional_data = array();
$string = get_post_meta( get_the_ID(), ‘hello_meta’ ); // this string can be anything
$additional_data[‘hello’] = $string;
echo tribe_events_template_data( $post, $additional_data );