Skip to content

Instantly share code, notes, and snippets.

@BeardedGinger
Created October 25, 2016 13:04
Show Gist options
  • Save BeardedGinger/079aa465be05c0261dda6838c662a9cc to your computer and use it in GitHub Desktop.
Save BeardedGinger/079aa465be05c0261dda6838c662a9cc to your computer and use it in GitHub Desktop.
if ( class_exists( 'Tribe__Tickets__RSVP' ) ) {
remove_filter( 'the_content', array( Tribe__Tickets__RSVP::get_instance(), 'front_end_tickets_form_in_content' ), 11 );
add_filter( 'the_content', array( Tribe__Tickets__RSVP::get_instance(), 'front_end_tickets_form_in_content' ), 5 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment