Plugin nebyl testován na 3 nejnovějších verzích WordPressu. Nemusí už být tedy podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může být nestabilní.

Currensees

Popis

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.

Instalace

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.

Nejčastější dotazy

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.

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

Currensees je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přeložte “Currensees” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

1.0.0

Initial release.