Skip to content

Instantly share code, notes, and snippets.

@geoffgraham
Created January 12, 2015 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save geoffgraham/0c2f380a8efccdb57e09 to your computer and use it in GitHub Desktop.
Save geoffgraham/0c2f380a8efccdb57e09 to your computer and use it in GitHub Desktop.
Events Calendar 3.9 // 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