Forked from theeventscalendar/include-tickets-partial.php
Created
September 26, 2017 21:21
-
-
Save Critter/1003b773e24523bfc3fb20321457bc8f to your computer and use it in GitHub Desktop.
Example snippet for showing available tickets in another calendar view. See https://theeventscalendar.com/knowledgebase/selling-tickets-from-the-woocommerce-products-page/.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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