Title: Custom Currency Filter
Last modified: August 31, 2016

---

# Custom Currency Filter

 *  [Paul Kevin](https://wordpress.org/support/users/rixeo/)
 * (@rixeo)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/custom-currency-filter/)
 * Hello,
 * Your current version currency settings are not working as they are supposed to.
   The filter is never applied before populating the currency select drop down. 
   I had to do:
 *     ```
       global $pmpro_currencies;
       $pmpro_currencies = apply_filters("pmpro_currencies", $pmpro_currencies);
       ```
   
 * before the dropdown in the settings. Can there be a function called `get_currencies`
   or comething that applies the filter. Global variables cannot be modified again
 * [https://wordpress.org/plugins/paid-memberships-pro/](https://wordpress.org/plugins/paid-memberships-pro/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jason Coleman](https://wordpress.org/support/users/strangerstudios/)
 * (@strangerstudios)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/custom-currency-filter/#post-7080905)
 * I like the idea of a function to return the data. (Have been using that method
   for similar things lately.) Another fix would be to include the currencies/etc
   earlier during load. I might do that as a quick fix in the mean time. This should
   be included in the v1.8.8 fix going out later tonight. Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Custom Currency Filter’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/paid-memberships-pro_f1dacb.svg)
 * [Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions](https://wordpress.org/plugins/paid-memberships-pro/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/paid-memberships-pro/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/paid-memberships-pro/)
 * [Active Topics](https://wordpress.org/support/plugin/paid-memberships-pro/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/paid-memberships-pro/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/paid-memberships-pro/reviews/)

## Tags

 * [currencies](https://wordpress.org/support/topic-tag/currencies/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jason Coleman](https://wordpress.org/support/users/strangerstudios/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/custom-currency-filter/#post-7080905)
 * Status: not resolved