Automattic\WooCommerce\Admin\Marketing

Price::get_currency()publicWC 1.0

Get the currency of the price.

Method of the class: Price{}

No Hooks.

Return

String.

Usage

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

Price::get_currency() code WC 8.7.0

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