這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Currensees

外掛說明

Currensees is a WordPress plugin that provides an interface to interact with the Currency API. With this plugin, you can authenticate a user, convert currencies, and convert a base currency to all other available currencies.

Usage Examples

Login

“`php
$currensees = new Currensees\Currensees();
$login_result = $currensees->login(‘username’, ‘password’);
if ($login_result) {
// Login was successful, do something with the result data.
} else {
// Login failed, show an error message.
}

Convert

$currensees = new Currensees\Currensees();
$conversion_result = $currensees->convert(‘2023_04_02’, ‘GBP’, ‘CAD’, ‘500’);
if ($conversion_result) {
// Conversion was successful, do something with the result data.
} else {
// Conversion failed, show an error message.
}

Convert All

$currensees = new Currensees\Currensees();
$conversion_all_result = $currensees->convertAll(‘GBP’, 120, ‘2023_04_02’);
if ($conversion_all_result) {
// Conversion was successful, do something with the result data.
} else {
// Conversion failed, show an error message.
}
`

Using the Currency

You can read the API documentation to understand what’s possible with the Currency API. If you need further assistance, don’t hesitate to contact us.

License

This project is licensed under the BSD 3-Clause License.

Copyright

(c) 2020 – 2023 Moat Systems Limited.

安裝方式

Upload the plugin files to the /wp-content/plugins/currensees directory, or install the plugin through the WordPress plugins screen directly.
Activate the plugin through the ‘Plugins’ screen in WordPress.
Use the provided functions in your theme or other plugins.

常見問題集

What is the Currency API?

Currency API provides customers with accurate and up-to-date currency data for making informed decisions in the global financial market, including Gold, Silver and Special Drawing Rights. Our reliable exchange rate data assist businesses in confidently managing foreign transactions, investments and risks. Please note we do not offer exchange services or facilitate fund transfers.

Can I subscribe for a user account?

Yes, you can subscribe for a user account by following this link.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Currensees〉的開發相關工作。

參與者

將〈Currensees〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

Initial release.