Add WooCommerce list import scheduling
[MAILPOET-1732]
This commit is contained in:
committed by
M. Shull
parent
02c74db0ed
commit
58d2bbab1a
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user