Automattic\WooCommerce\Admin\Marketing
Price::get_value
Get value of the price.
Method of the class: Price{}
No Hooks.
Returns
String.
Usage
$Price = new Price(); $Price->get_value(): string;
Price::get_value() Price::get value code WC 10.5.0
public function get_value(): string {
return $this->value;
}