Warning: This method has been deprecated.
WC_Abstract_Legacy_Order::get_order_currency()
Get currency.
Description Description
Source Source
File: includes/legacy/abstract-wc-legacy-order.php
public function get_order_currency() { wc_deprecated_function( 'WC_Order::get_order_currency', '3.0', 'WC_Order::get_currency' ); return apply_filters( 'woocommerce_get_order_currency', $this->get_currency(), $this ); }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |