WC_WCCOM_Site_Installation_State::set_unpacked_path
Set the path to the unpacked 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_unpacked_path( $unpacked_path );
- $unpacked_path(string) (required)
- The path to the unpacked file.
WC_WCCOM_Site_Installation_State::set_unpacked_path() WC WCCOM Site Installation State::set unpacked path code WC 10.5.0
public function set_unpacked_path( $unpacked_path ) {
$this->unpacked_path = $unpacked_path;
}