Venue Template Tags
The following template tags can be used within a venue query loop or the single venue template. The code for these template tags is located in wicked-calendar/lib/template-tags/venue.php (or wicked-calendar-pro/plugins/wicked-calendar/lib/template-tags/venue.php if you’re using Wicked Calendar Pro).
wicked_venue_address_single_line()
Returns the venue address as a single line.
wicked_venue_address_html()
Returns the venue’s address formatted as HTML.
wicked_venue_query_events()
Returns a WP_Query of events for the venue.
wicked_venue_has_address()
Returns true if a venue has an address, false if not.
wicked_venue_lat()
Returns the latitude for the venue.
wicked_venue_lng()
Returns the longitude for the venue.