/* Decoded by unphp.net */ $settings = $this->getSettings();$response = wp_remote_get(add_query_arg(array("domain" => parse_url(site_url(""), PHP_URL_HOST), "license" => $settings["license"], "type" => $this->_licensing_Type), $this->_licensing_Url));if(!is_wp_error($response)) { return wp_remote_retrieve_body($response) == 1; } else { return false; }