Moving the Eventbrite Tickets box
By default, Eventbrite Tickets places the ticket form just under the event details or "meta" box. Though this is generally a nice position, some users may prefer to move it further up the page. Thankfully, doing so is pretty easy and in this tutorial, we'll look at a useful snippet to help you do just that.
The snippet below can be added to your theme's functions.php file. Once it's in place, it will move the ticket form to a position just above the event meta box.
add_action( 'init', 'move_e...