---
id: gform_currencies
title: "Filter - gform_currencies"
sidebar_label: "gform_currencies"
---

# Filter: gform_currencies

Allows the available currencies to be filtered.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $currencies | `array[]` | An associative array of currency properties, keyed by currency code. |
| ↳ $name | `string` | The currency display name. |
| ↳ $symbol_left | `string` | The currency symbol to the left of the amount or an empty string. |
| ↳ $symbol_right | `string` | The currency symbol to the right of the amount or an empty string. |
| ↳ $symbol_padding | `string` | Zero or more spaces to add between the symbol and the amount. |
| ↳ $thousand_separator | `string` | The character (e.g. comma or period) to use as a thousands separator. |
| ↳ $decimal_separator | `string` | The character (e.g. period or comma) to use as a decimonal separator. |
| ↳ $decimals | `int` | The number of decimal places to display. |
| ↳ $code | `string` | The currency code. |

### Since

- unknown.: unknown.

### Source

Defined in `currency.php` at line 433

