Automattic\WooCommerce\Admin\Marketing

Price::get_currency()publicWC 1.0

Get the currency of the price.

Метод класса: Price{}

Хуков нет.

Возвращает

Строку.

Использование

$Price = new Price();
$Price->get_currency(): string;

Код Price::get_currency() WC 8.7.0

public function get_currency(): string {
	return $this->currency;
}