Automattic\WooCommerce\Admin\Marketing
Price::get_currency
Get the currency of the price.
Method of the class: Price{}
No Hooks.
Returns
String.
Usage
$Price = new Price(); $Price->get_currency(): string;
Price::get_currency() Price::get currency code WC 10.8.1
public function get_currency(): string {
return $this->currency;
}