Tribe__Tickets__Tickets::get_price_html( object|int $product, array|boolean $attendee = false )

Returns the markup for the price field (it may contain the user selected currency, etc)


Parameters

$product

(object|int) (Required)

$attendee

(array|boolean) (Optional)

Default value: false


Top ↑

Return

(string)


Top ↑

Source

File: src/Tribe/Tickets.php

		public function get_price_html( $product ) {
			return '';
		}