Remove the feature flag [MAILPOET-1983]

This commit is contained in:
wxa
2019-05-06 16:48:24 +03:00
committed by M. Shull
parent 20f3ce79e6
commit 2980bbf00b
15 changed files with 3 additions and 36 deletions

View File

@ -408,9 +408,6 @@ class Menu {
}
function wooCommerceListImport() {
if (!$this->settings->get('woo_commerce_list_sync_enabled')) {
return;
}
if ((bool)(defined('DOING_AJAX') && DOING_AJAX)) return;
$data = [
'finish_wizard_url' => $this->wp->adminUrl('admin.php?page=' . self::MAIN_PAGE_SLUG),