Hello!
A while back I inquired how to change the location of the ticket RSVP form. See thread below.
How do I change location of Ticket purchasing box on the front end?
It seems however like this information is obsolete as the provided method doesn’t work and the actual link to the tutorial is a missing page. The two action I used were…
//remove_action( ‘tribe_events_single_event_after_the_meta’, array( Tribe__Tickets__RSVP::get_instance(), ‘front_end_tickets_form’ ), 5 );
//add_action( ‘tribe_events_single_event_before_the_content’, array( Tribe__Tickets__RSVP::get_instance(), ‘front_end_tickets_form’ ), 5 );
What would the updated methods be?
Thanks!