Add feature switch for woo commerce list sync
[MAILPOET-1732]
This commit is contained in:
committed by
M. Shull
parent
9d7707b98f
commit
daca92097c
@ -57,7 +57,9 @@ class Changelog {
|
||||
$this->setupNewInstallation();
|
||||
$this->checkWelcomeWizard();
|
||||
}
|
||||
$this->checkWooCommerceListImportPage();
|
||||
if ($this->settings->get('woo_commerce_list_sync_enabled')) {
|
||||
$this->checkWooCommerceListImportPage();
|
||||
}
|
||||
}
|
||||
|
||||
private function checkMp2Migration($version) {
|
||||
|
Reference in New Issue
Block a user