Automattic\WooCommerce\Admin\Marketing
Price::get_currency()
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() Price::get currency code WC 7.5.0
public function get_currency(): string { return $this->currency; }