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