WC_WCCOM_Site_Installation_State::get_already_installed_plugin_info()publicWC 1.0

Get the plugin info for the already installed plugin.

Method of the class: WC_WCCOM_Site_Installation_State{}

No Hooks.

Return

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 8.7.0

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