I’m trying to add a class to the tooltip event title links in the calendar widget, but only for a single specific venue (AUX). I am using the code below, added to table-mini.php, but the IF conditional is applied to all tooltips regardless of venue. Any suggestions?
You need to use $post->ID with tribe_get_venue because $post is just the array of post data. I might suggest using tribe_get_venue_id() too since checking for the venue ID is a little cleaner.