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 11.0.1
public function get_currency(): string {
return $this->currency;
}