Skip to main content

Filter: gform_currencies

Allows the available currencies to be filtered.

Parameters

NameTypeDescription
$currenciesarray[]An associative array of currency properties, keyed by currency code.
↳ $namestringThe currency display name.
↳ $symbol_leftstringThe currency symbol to the left of the amount or an empty string.
↳ $symbol_rightstringThe currency symbol to the right of the amount or an empty string.
↳ $symbol_paddingstringZero or more spaces to add between the symbol and the amount.
↳ $thousand_separatorstringThe character (e.g. comma or period) to use as a thousands separator.
↳ $decimal_separatorstringThe character (e.g. period or comma) to use as a decimonal separator.
↳ $decimalsintThe number of decimal places to display.
↳ $codestringThe currency code.

Since

  • unknown.: unknown.

Source

Defined in currency.php at line 433