
內容簡介
Money92 Forex Widgets 是一款提供外匯匯率表和貨幣計算器的外掛,讓使用者能夠輕鬆查詢多種貨幣對於 PKR 的匯率,並進行貨幣轉換,提升網站的金融資訊功能。
【主要功能】
• 顯示多種貨幣對 PKR 的匯率表
• 提供貨幣轉換計算器
• 支援短碼顯示匯率和計算器
外掛標籤
開發者團隊
原文外掛簡介
Money92 Forex Widgets provides two tools:
1) Forex Rates Table
Displays PKR exchange rates for multiple currencies with buying/selling spread applied.
2) Currency Calculator
Converts any supported currency into PKR using mid-market, buying, or selling rates.
Shortcodes
[m92fw_forex_widget] – Display Forex Rates Table
[m92fw_currency_calculator] – Display PKR Currency Calculator
External services
This plugin relies on a third-party exchange-rate service to display PKR forex rates and power the included currency calculator.
1) Exchange-rate JSON service
The plugin requests exchange-rate data from:
https://latest.currency-api.pages.dev/v1/currencies/pkr.json
What the service is used for:
It provides the latest PKR-based exchange-rate JSON needed to build the forex table and currency calculator results.
What data is sent and when:
A request is made only when one of the plugin shortcodes is used and the cached rates are missing or expired.
The request is sent from your server using the WordPress HTTP API.
The remote service receives the requested endpoint URL, your server IP address (as part of the normal HTTPS request), and standard HTTP headers including a User-Agent string containing the plugin name/version and WordPress version.
No visitor-entered form values, user accounts, or other personal data are intentionally sent by the plugin.
Caching:
Rates are cached using WordPress transients for 6 hours by default to reduce external requests.
Service / project links:
Project source: https://github.com/fawazahmed0/exchange-api
Cloudflare Terms of Use: https://www.cloudflare.com/website-terms/
Cloudflare Privacy Policy: https://www.cloudflare.com/privacypolicy/
Developer hooks:
m92fw_rates_endpoints (array of URLs)
m92fw_rates_cache_ttl (seconds)
Usage
Forex Rates Table
[m92fw_forex_widget]
Currency Calculator
[m92fw_currency_calculator]
