Module::get_price_value( int|WP_Post $product )
Gets the product price value
Contents
Parameters
- $product
-
(int|WP_Post) (Required)
Return
(string)
Source
File: src/Tickets/Commerce/Module.php
public function get_price_value( $product ) {
return tribe( Ticket::class )->get_price_value( $product );
}
Changelog
| Version | Description |
|---|---|
| 5.1.9 | Introduced. |