Automattic\WooCommerce\Admin\Marketing
Price::get_value()
Get value of the price.
Метод класса: Price{}
Хуков нет.
Возвращает
Строку
.
Использование
$Price = new Price(); $Price->get_value(): string;
Код Price::get_value() Price::get value WC 9.2.3
public function get_value(): string { return $this->value; }