WC_WCCOM_Site_Installation_State::get_download_url()publicWC 1.0

Get the download URL.

Method of the class: WC_WCCOM_Site_Installation_State{}

No Hooks.

Return

String.

Usage

$WC_WCCOM_Site_Installation_State = new WC_WCCOM_Site_Installation_State();
$WC_WCCOM_Site_Installation_State->get_download_url();

WC_WCCOM_Site_Installation_State::get_download_url() code WC 8.6.1

public function get_download_url() {
	return $this->download_url;
}