WC_WCCOM_Site_Installation_State::get_installed_path()publicWC 1.0

Get the path to the installed file.

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_installed_path();

WC_WCCOM_Site_Installation_State::get_installed_path() code WC 8.7.0

public function get_installed_path() {
	return $this->installed_path;
}