plugin->client_id != 'PATCHSTACK_CLIENT_ID' || get_option( 'patchstack_clientid', false ) != false); $free = get_option( 'patchstack_license_free', 0 ) == 1; $planClass = get_option( 'patchstack_subscription_class', ''); $site_id = (int) get_option( 'patchstack_site_id', 0 ); $app_url = $site_id != 0 ? 'https://app.patchstack.com/site/' . $site_id . '/' : 'https://app.patchstack.com/sites/overview'; // Generate the link to turn on settings management. $secretToken = get_option( 'patchstack_activation_secret', '' ); $secretTime = get_option( 'patchstack_activation_time', '' ); if (!empty($secretToken) && !$this->is_connected() ){ echo ''; } ?>