Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save theeventscalendar/233c14467709390d1326 to your computer and use it in GitHub Desktop.
Save theeventscalendar/233c14467709390d1326 to your computer and use it in GitHub Desktop.
Move EDD Tickets Form above Event content
remove_action( 'tribe_events_single_event_after_the_meta', array( TribeEDDTickets::get_instance(), 'front_end_tickets_form'), 5 );
add_action( 'tribe_events_single_event_before_the_content', array( TribeEDDTickets::get_instance(), 'front_end_tickets_form') );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment