Plugin Directory

Changeset 2765387


Ignore:
Timestamp:
08/02/2022 08:05:10 PM (4 years ago)
Author:
expantours
Message:

fix empty response

Location:
expan-pro/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • expan-pro/trunk/index.php

    r2765383 r2765387  
    44 * Plugin URI: https://www.expan.cl
    55 * Description: This plugin is designed to use the Expan Pro service associated with your user account created by Expan Tours.
    6  * Version: 1.7
     6 * Version: 1.8
    77 * Author: Expan Team
    88 * Text Domain: expanpro
     
    3737     //$url = "https://expanpro.test";
    3838
    39     $attsstring = implode("-",$atts);
     39    if($atts){
     40      $attsstring = implode("-",$atts);
     41    }else{
     42      $attsstring = '';
     43    }
    4044
    4145    if(( $response = get_transient('expanpro-'.$attsstring)) === false)
  • expan-pro/trunk/readme.txt

    r2765383 r2765387  
    55Tested up to: 6.0.1
    66Requires PHP: 5.6
    7 Stable tag: 1.7
     7Stable tag: 1.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.