Tribe__Tickets_Plus__Tickets::process_front_end_tickets_form()

Processes the front-end tickets form data to handle requests common to all type of tickets.

Children classes should call this method when overriding.


Source

File: src/Tribe/Tickets.php

	public function process_front_end_tickets_form() {
		$meta_store = new Tribe__Tickets_Plus__Meta__Storage();
		$meta_store->maybe_set_attendee_meta_cookie();
	}