芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/public_html/wp-content/plugins/mailpoet/lib/AdminPages/Pages/Landingpage.php
pageRenderer = $pageRenderer; $this->wp = $wp; $this->settingsController = $settingsController; } public function render() { $data = [ 'welcome_wizard_url' => $this->wp->adminUrl('admin.php?page=' . Menu::WELCOME_WIZARD_PAGE_SLUG), 'welcome_wizard_current_step' => $this->settingsController->get('welcome_wizard_current_step', ''), ]; $this->pageRenderer->displayPage('landingpage.html', $data); } }