Filter: wu_cart_get_currency
Filters the cart currency.
Allows addons (e.g. multi-currency) to override the currency used for the current cart/checkout session.
Parameters
| Name | Type | Description |
|---|---|---|
| $currency | string | The current currency code. |
| $cart | \WP_Ultimo\Checkout\Cart | The cart instance. |
Since
- 2.3.0
Source
Defined in inc/checkout/class-cart.php at line 3218