-
Notifications
You must be signed in to change notification settings - Fork 12
Ajax
Fulvio Notarstefano edited this page Jun 19, 2015
·
4 revisions
WP Currencies comes with some Ajax functionality too.
Outputs a json object with currencies codes and currency data such as currency name in English and corresponding symbol. This function's output will be the response to Ajax requests to
'get_currencies'
.
This is a helper function that outputs a json object with each currency code and their corresponding rate to US dollar. This function's output will be the response to Ajax requests to
'get_exchange_rates'
.