Skip to content

Instantly share code, notes, and snippets.

@BeardedGinger
Created June 7, 2016 13:36
Show Gist options
  • Save BeardedGinger/b3146d7a08f466fc09b75780a1c87cdc to your computer and use it in GitHub Desktop.
Save BeardedGinger/b3146d7a08f466fc09b75780a1c87cdc to your computer and use it in GitHub Desktop.
if( class_exists( 'Tribe__Tickets__RSVP' ) ) {
add_action( 'tribe_events_single_event_before_the_content', array( Tribe__Tickets__RSVP::get_instance(), 'front_end_tickets_form' ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment