WC_WCCOM_Site_Installation_State::set_download_path
Set the path to the downloaded file.
Method of the class: WC_WCCOM_Site_Installation_State{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_WCCOM_Site_Installation_State = new WC_WCCOM_Site_Installation_State(); $WC_WCCOM_Site_Installation_State->set_download_path( $download_path );
- $download_path(string) (required)
- The path to the downloaded file.
WC_WCCOM_Site_Installation_State::set_download_path() WC WCCOM Site Installation State::set download path code WC 10.3.6
public function set_download_path( $download_path ) {
$this->download_path = $download_path;
}