$instance $instance : mixed Public static variable to hold the single instance of the class. Type mixed — Default null
$is_plugin_woocom_installed $is_plugin_woocom_installed : boolean Public variable to hold the infomration if the WooCommerce plugin is installed on the child site. Type boolean — If WooCommerce intalled, return true, if not, return false.
instance() instance() : mixed Method instance() Create a public static instance. Returns mixed — Class instance.
hook_db_updater_sync_data() hook_db_updater_sync_data(array $db_upgrades) : array Get db updater sync data. Parameters array $db_upgrades Input sync data. Throws \MainWP\Child\Exception Error message. Returns array — $db_upgrades Return data array.