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