Module::get_price_value( int|WP_Post $product )

Gets the product price value


Parameters

$product

(int|WP_Post) (Required)


Top ↑

Return

(string)


Top ↑

Source

File: src/Tickets/Commerce/Module.php

	public function get_price_value( $product ) {
		return tribe( Ticket::class )->get_price_value( $product );
	}

Top ↑

Changelog

Changelog
Version Description
5.1.9 Introduced.