Skip to content

Instantly share code, notes, and snippets.

@codearachnid
Created October 12, 2012 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codearachnid/3879517 to your computer and use it in GitHub Desktop.
Save codearachnid/3879517 to your computer and use it in GitHub Desktop.
<?php
if( class_exists( 'TribeEventsPro' ) ) :
$venue_name = tribe_get_venue_link( $post_id, false );
else :
$venue_name = tribe_get_venue( $post_id );
endif;
echo !empty($venue_name) ? $venue_name . ', ' : '';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment