HasRegisteredKey = KeyController::HasRegisteredKey(); if ($this->HasRegisteredKey) { $this->KeyTypeLabel = KeyController::GetCurrentKeyTypeLabel(); $this->KeyStatus = KeyController::GetKeyStatus(); } $this->Settings = SettingsController::GetSettings(); $this->Incompatibilities = SettingsController::GetRelevantCompatibilitySettings(); if (count($this->Incompatibilities) > 0) { $this->CompatibilitySettings = SettingsController::GetCompatibilitySettings(); } $this->Render(); } private function Render() { ?>
KeyStatus['expired'] && $this->KeyStatus['active'] && $this->KeyStatus['verified'] && !$this->KeyStatus['exceeded']) { return; } ?>
KeyStatus['expired']
) {
esc_html_e('It looks like your subscription has expired. Please renew your subscription or contact support for assistance.', "superb-blocks");
} elseif (
!$this->KeyStatus['active']
) {
esc_html_e('It looks like your license key has been disabled. Please contact support for assistance.', "superb-blocks");
} elseif (
!$this->KeyStatus['verified']
) {
esc_html_e('It seems that your license key verification for this website is no longer valid. Please click the button below to head to the support section and get started with the troubleshooting process.', "superb-blocks");
} elseif (
$this->KeyStatus['exceeded']
) {
esc_html_e('It looks like your license key has been activated on too many domains. Please renew your subscription, deactivate your license key on some of your domains, or contact support for assistance.', "superb-blocks");
}
?>
KeyStatus['expired'] || $this->KeyStatus['exceeded']): ?>
"https://superbthemes.com/renew-subscription/"))); ?>" target="_blank" class="superbaddons-element-colorlink">