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