Advertisement
BakerMan

WooTickets: tickets on list view

Jan 27th, 2014
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. if ( class_exists( 'TribeWooTickets' ) ) {
  2.     add_action( 'tribe_events_after_the_event_title', array( TribeWooTickets::get_instance(), 'front_end_tickets_form' ) );
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement