theme_designer_url = WizardController::GetWizardURL(WizardActionParameter::INTRO); $this->add_new_pages_url = WizardController::GetWizardURL(WizardActionParameter::ADD_NEW_PAGES); $this->woocommerce_header_url = WizardController::GetWizardURL(WizardActionParameter::WOOCOMMERCE_HEADER); $this->header_footer_url = WizardController::GetWizardURL(WizardActionParameter::HEADER_FOOTER); $this->custom_css_url = add_query_arg( array( 'page' => DashboardController::ADDITIONAL_CSS, ), admin_url("admin.php") ); $this->Render(); } private function Render() { ?>