Changeset 2981139
- Timestamp:
- 10/19/2023 10:49:46 AM (2 years ago)
- Location:
- exchangerate-api/trunk
- Files:
-
- 1 added
- 2 edited
-
exchangerate-api.php (modified) (2 diffs)
-
readme.md (added)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
exchangerate-api/trunk/exchangerate-api.php
r2980690 r2981139 4 4 Plugin URI: https://wordpress.org/plugins/exchangerate-api/ 5 5 Description: A powerful and easy-to-use plugin that provides real-time currency exchange rates from a trusted API source. Stay updated with accurate exchange rates for multiple currencies directly on your WordPress site. 6 Version: 1.0 6 Version: 1.0.0 7 7 Author: Apsara Aruna 8 8 Author URI: https://apsaraaruna.com … … 106 106 add_action('admin_init', 'exchange_rate_api_handle_manual_request'); 107 107 108 // Add the required action hook109 // add_action('init', 'exchange_rate_api_get_currency_rate');110 111 108 function exchange_rate_api_schedule_currency_rate_updates() { 112 109 if (!wp_next_scheduled('exchange_rate_api_update_currency_rates')) { -
exchangerate-api/trunk/readme.txt
r2981129 r2981139 5 5 Requires at least: 5.0 6 6 Tested up to: 6.3.2 7 Stable tag: 1.0 7 Stable tag: 1.0.0 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.