WC_WCCOM_Site_Installation_State::get_already_installed_plugin_infopublicWC 1.0

Get the plugin info for the already installed plugin.

Method of the class: WC_WCCOM_Site_Installation_State{}

No Hooks.

Returns

Array.

Usage

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

WC_WCCOM_Site_Installation_State::get_already_installed_plugin_info() code WC 10.5.0

public function get_already_installed_plugin_info() {
	return $this->already_installed_plugin_info;
}