Add WooCommerce list import scheduling

[MAILPOET-1732]
This commit is contained in:
Rostislav Wolny
2019-04-19 12:29:52 +02:00
committed by M. Shull
parent 02c74db0ed
commit 58d2bbab1a
7 changed files with 228 additions and 13 deletions

View File

@ -410,7 +410,7 @@ class Menu {
function wooCommerceListImport() {
if ((bool)(defined('DOING_AJAX') && DOING_AJAX)) return;
$data = [
'finish_wizard_url' => $this->wp->adminUrl('admin.php?page=' . self::MAIN_PAGE_SLUG),
];
$this->displayPage('woocommerce_list_import.html', $data);
}