Question:
I need to use a currency that is not included in the “Formidable -> General Settings -> Currency” settings. Is there a way I can add additional currencies?
Albert Opoku—Formidable Slack Community
Answer:
Formidable Pro provides a frm_currencies filter that allows users to add additional currencies to Formidable's global currency list. The example in the linked knowledge base article only demonstrates how to modify an existing currency, not how to add new currencies. There's also a significant error in the example. Instead of using add_filter, the example uses apply_filters.
This code snippet adds the Eastern Caribbean dollar to Formidable's currency list:
Leave a Reply