license) ? 'Unlicensed    ' : '')?>  
license)){ $expires = $speedycache->license['expires']; $expires = substr($expires, 0, 4).'/'.substr($expires, 4, 2).'/'.substr($expires, 6); echo '
License Status : '.(empty($speedycache->license['status_txt']) ? 'N.A.' : wp_kses_post($speedycache->license['status_txt'])).'       '.($speedycache->license['expires'] <= date('Ymd') ? 'License Expires : '.esc_attr($expires).'' : (empty($speedycache->license['has_plid']) ? 'License Expires : ' . esc_html($expires) : '')).'
'; }?>
URL
Path
Server's IP Address
.htaccess is writable Yes' : 'No');?>
'.var_export($lic_resp, true), 'speedycache'), 'error')); return; } $json = json_decode($lic_resp['body'], true); // Save the License if(empty($json['license'])){ speedycache_notify(array(__('The license key is invalid', 'speedycache'), 'error')); return; } }