Changeset 2765387
- Timestamp:
- 08/02/2022 08:05:10 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
r2765383 r2765387 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. 76 * Version: 1.8 7 7 * Author: Expan Team 8 8 * Text Domain: expanpro … … 37 37 //$url = "https://expanpro.test"; 38 38 39 $attsstring = implode("-",$atts); 39 if($atts){ 40 $attsstring = implode("-",$atts); 41 }else{ 42 $attsstring = ''; 43 } 40 44 41 45 if(( $response = get_transient('expanpro-'.$attsstring)) === false) -
expan-pro/trunk/readme.txt
r2765383 r2765387 5 5 Tested up to: 6.0.1 6 6 Requires PHP: 5.6 7 Stable tag: 1. 77 Stable tag: 1.8 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.