' . esc_html__('Siteseo Version', 'siteseo-pro') . ' | ' . (defined('SITESEO_PRO_VERSION') ? esc_html(SITESEO_PRO_VERSION) . ' (Pro Version)' : 'N/A') . ' |
---|---|
' . esc_html__('Siteseo License', 'siteseo-pro') . ' |
';
if(!empty($siteseo->license)){
$expires = $siteseo->license['expires'];
$expires = substr($expires, 0, 4) . '/' . substr($expires, 4, 2) . '/' . substr($expires, 6);
echo ' License Status : ' . (empty($siteseo->license['status_txt']) ? 'N.A.' : wp_kses_post($siteseo->license['status_txt'])) . '
' . ($siteseo->license['expires'] <= date('Ymd') ? 'License Expires : ' . esc_attr($expires) . '' : (empty($siteseo->license['has_plid']) ? 'License Expires : ' . esc_html($expires) : '')) . ' ';
}
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') . ' |
'; echo esc_html__('Security Check Failed', 'siteseo-pro'); echo '
'; echo esc_html__('The license key was not submitted', 'siteseo-pro'); echo '
'; echo esc_html__($lic_resp->get_error_message()); echo '
'; echo esc_html__('An error occurred, please try again. Response code: ', 'siteseo-pro') . wp_remote_retrieve_response_code($lic_resp); echo '
'; echo esc_html__('The license key is invalid', 'siteseo-pro'); echo '
'. esc_html__('Your license has been successfully activated!', 'siteseo-pro').'