开发者 | nekojira |
---|---|
更新时间 | 2015年6月30日 02:56 |
捐献地址: | 去捐款 |
PHP版本: | 4.0.0 及以上 |
WordPress版本: | 4.2.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
wp-currencies.zip
from your computer.wp-currencies.zip
.wp-currencies
directory to your computer.wp-currencies
directory to the /wp-content/plugins/
directory.Currencies
settings page in the Settings
admin menu in your WordPress admin dashboard.
From here, enter your Open Exchange Rates API key - get yours at http://www.openexchangerates.org/ and hit the Save Changes
button.
You may as well specify a different update frequency of your currency exchange rates.Please read again the plugin description and read the documentation. WP Currencies by this time doesn't offer any WYSIWYG functionality, but it's intended for developers who want to build solutions using currency data and exchange rates - which this plugin provides with an API for using those in WordPress.
No it is not. It just makes use of their public API within their Terms and Conditions policy: https://openexchangerates.org/terms.
No. As Open Exchange Rates itself says: "Exchange rates are provided for informational purposes only, and do not constitute financial advice of any kind. Although every attempt is made to ensure quality, NO guarantees are given whatsoever of accuracy, validity, availability, or fitness for any purpose - please use at your own risk." It is not recommended to use this plugin in critical business scenarios. The plugin author(s) nor the currency exchange rates provider(s) will not be responsible for financial loss or damage caused by data inaccuracies. Please refer to the GPL license and Open Exchange Rates terms and conditions for further information.
This plugin will be unable to update the database and older, may throw a warning when it tries to do so (as if it would with an invalid API key) and less accurate currency rates will be used (those recorded in the database at the time of the last update). You can monitor your quota usage according to your subscription plan by logging into your Open Exchange Rates account at https://openexchangerates.org/. From the plugin settings, you can specify a less frequent interval of database updates to make less API requests. Please note that if you make use of the API elsewhere and perform more requests, they will be counted by Open Exchange Rates and summed up with the ones triggered by this plugin.
This could be related to cron
not working properly in your host. Please refer to the Troubleshooting
section of WP Currencies documentation.
wp_currencies_update()
functionwp_cron
for periodical updatescurrency_exists()
functionformat_currency()
function