WC_WCCOM_Site_Installation_State::get_installed_path
Get the path to the installed file.
Method of the class: WC_WCCOM_Site_Installation_State{}
No Hooks.
Returns
String.
Usage
$WC_WCCOM_Site_Installation_State = new WC_WCCOM_Site_Installation_State(); $WC_WCCOM_Site_Installation_State->get_installed_path();
WC_WCCOM_Site_Installation_State::get_installed_path() WC WCCOM Site Installation State::get installed path code WC 10.5.0
public function get_installed_path() {
return $this->installed_path;
}