Refactor forgotten get_option call using WPFunctions
[MAILPOET-2200]
This commit is contained in:
committed by
M. Shull
parent
fe604745c1
commit
654669e52c
@ -43,7 +43,7 @@ class WelcomeWizard {
|
|||||||
'is_woocommerce_active' => $this->woocommerce_helper->isWooCommerceActive(),
|
'is_woocommerce_active' => $this->woocommerce_helper->isWooCommerceActive(),
|
||||||
'finish_wizard_url' => $this->wp->adminUrl('admin.php?page=' . Menu::MAIN_PAGE_SLUG),
|
'finish_wizard_url' => $this->wp->adminUrl('admin.php?page=' . Menu::MAIN_PAGE_SLUG),
|
||||||
'sender' => $this->settings->get('sender'),
|
'sender' => $this->settings->get('sender'),
|
||||||
'admin_email' => get_option('admin_email'),
|
'admin_email' => $this->wp->getOption('admin_email'),
|
||||||
];
|
];
|
||||||
$this->page_renderer->displayPage('welcome_wizard.html', $data);
|
$this->page_renderer->displayPage('welcome_wizard.html', $data);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user