WC_WCCOM_Site_Installer::get_state()
Method of the class: WC_WCCOM_Site_Installer{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WC_WCCOM_Site_Installer = new WC_WCCOM_Site_Installer(); $WC_WCCOM_Site_Installer->'version' => $plugin_data['Version'],;
Changelog
Since 3.7.0 | Introduced. |
WC_WCCOM_Site_Installer::get_state() WC WCCOM Site Installer::get state code WC 9.3.1
'version' => $plugin_data['Version'], 'active' => is_plugin_active( $plugin_key ), ); } return false; } /**