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