Changeset 2765813
- Timestamp:
- 08/03/2022 01:35:53 PM (4 years ago)
- Location:
- expan-pro/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
expan-pro/trunk/index.php
r2765387 r2765813 4 4 * Plugin URI: https://www.expan.cl 5 5 * Description: This plugin is designed to use the Expan Pro service associated with your user account created by Expan Tours. 6 * Version: 1. 86 * Version: 1.9 7 7 * Author: Expan Team 8 8 * Text Domain: expanpro … … 47 47 $remote = wp_remote_get($url . '/api/share/trip_plan_api', $args); 48 48 set_transient('expanpro-'.$attsstring, $remote, 360); 49 $response = $remote; 49 50 } 50 51 -
expan-pro/trunk/readme.txt
r2765387 r2765813 5 5 Tested up to: 6.0.1 6 6 Requires PHP: 5.6 7 Stable tag: 1. 87 Stable tag: 1.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.