Advertisement
qlstudio

tribe_get_ticket_form

Oct 2nd, 2012
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2.  
  3. // ticket form ##
  4. if (function_exists('tribe_get_ticket_form') && tribe_get_ticket_form()) {
  5.    
  6. ?>
  7.         <div class="ticket" id="tickets" /><?php tribe_get_ticket_form(); ?></div>
  8. <?php
  9.  
  10. // tickets ##
  11. }  
  12.  
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement