WC_WCCOM_Site_Installation_State::get_already_installed_plugin_info()
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() WC WCCOM Site Installation State::get already installed plugin info code WC 9.4.2
public function get_already_installed_plugin_info() { return $this->already_installed_plugin_info; }