'.esc_html__('SpeedyCache Version', 'speedycache').' | '.SPEEDYCACHE_PRO_VERSION.(defined('SPEEDYCACHE_PRO') ? ' (Pro Version)' : '').' |
---|---|
'.esc_html__('SpeedyCache License', 'speedycache').' |
';
if(!empty($speedycache->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'])).' ';
if(empty($speedycache->license['has_plid']) || $speedycache->license['expires'] <= date('Ymd')){
echo 'License Expires : '.($speedycache->license['expires'] <= date('Ymd') ? ''.esc_attr($expires).'' : esc_attr($expires));
}
echo ' ';
}
echo ' |
URL | '.get_site_url().' |
Path | '.ABSPATH.' |
Server\'s IP Address | '.esc_html($_SERVER['SERVER_ADDR']).' |
.htaccess is writable | '.(is_writable(ABSPATH.'/.htaccess') ? 'Yes' : 'No').' |