Preciousuite Metal Rate Charts

Description

Preciousuite Metal Rate Charts lets you add custom metal names and prices from the WordPress admin and display them using beautiful bar charts via a shortcode.

This plugin is not affiliated with any other service or trademark.

External Services

This plugin utilizes MetalPriceAPI (https://metalpriceapi.com) to retrieve real-time metal and currency exchange rates.
– Service used: MetalPriceAPI (https://metalpriceapi.com)
– Purpose: Retrieve latest precious metal rates and currency conversion rates.
– Data sent: API key (stored in settings) and query parameters (currency and metal symbols). No personal data or visitor telemetry is sent to the external service.
– Terms of Use: https://metalpriceapi.com/terms
– Privacy Policy: https://metalpriceapi.com/privacy

Screenshots

Installation

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Metal Rates in the admin dashboard and add your metal data

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Preciousuite Metal Rate Charts” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.1

  • Renamed plugin to Preciousuite Metal Rate Charts for clarity and distinctiveness.
  • Fixed: All HTML attribute outputs now properly escaped with esc_attr().
  • Fixed: Replaced json_encode() with wp_json_encode() throughout.
  • Fixed: All scripts and styles enqueued via wp_enqueue_script/style; removed inline script tags.
  • Fixed: readme.txt now correctly separates Requires at least (WP version) and Requires PHP.
  • Added PRECIOUSUITE_MRC_VERSION constant for consistent versioning.