Currencies
Retrieve available currencies.
Table Specific Information
Select
WooCommerce allows only a small subset of columns to be used in the WHERE clause of a SELECT query. Following columns are supported server side, all other columns are processed client side.
- Code supports the '=' operator.
SELECT * FROM Currencies SELECT * FROM Currencies WHERE Code = 'AF'
Columns
| Name | Type | References | Description |
| Code | String | ISO4217 currency code. | |
| Name | String | Full name of currency. | |
| Symbol | String | Currency symbol. |