Changeset 2955554
- Timestamp:
- 08/18/2023 09:29:42 PM (3 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
r2955482 r2955554 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: 2. 16 * Version: 2.2 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 if(!is_wp_error($remote)){ 49 set_transient('expanpro-'.$attsstring, $remote, 360); 50 $response = $remote; 49 set_transient('expanpro-'.$attsstring, $remote, 3600*12); 51 50 } 52 } 51 $response = $remote; 52 } 53 53 54 54 -
expan-pro/trunk/readme.txt
r2955482 r2955554 84 84 85 85 = 2.1 = 86 * Fixed transcient time 12 hours 87 88 = 2.1 = 86 89 * Fixed empty response 87 90
Note: See TracChangeset
for help on using the changeset viewer.