Tribe__Tickets_Plus__Commerce__PayPal__Meta::front_end_meta_fields( $post,  $ticket )

Outputs the meta fields for the ticket.


Parameters

$post

(Required)

$ticket

(Required)


Top ↑

Source

File: src/Tribe/Commerce/PayPal/Meta.php

	public function front_end_meta_fields( $post, $ticket ) {
		/**
		 * Allow for the addition of content (namely the "Who's Attending?" list) above the ticket form.
		 *
		 * @since 4.5.4
		 */
		do_action( 'tribe_tickets_before_front_end_ticket_form' );
	}

Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.