Skip to content

Instantly share code, notes, and snippets.

@barryhughes
Created August 24, 2015 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save barryhughes/f903182069825913aede to your computer and use it in GitHub Desktop.
Save barryhughes/f903182069825913aede to your computer and use it in GitHub Desktop.
<?php
tribe_get_template_part( 'wootickets/tickets', null, array(
'tickets' => Tribe__Events__Tickets__Tickets::get_all_event_tickets( get_the_ID() )
) );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment