Warning: This method has been deprecated.
WC_Admin_Setup_Wizard::should_show_recommended_step()
Should we display the ‘Recommended’ step? True if at least one of the recommendations will be displayed.
Description Description
Return Return
(boolean)
Source Source
File: includes/admin/class-wc-admin-setup-wizard.php
protected function should_show_recommended_step() {
return $this->should_show_theme()
|| $this->should_show_automated_tax()
|| $this->should_show_mailchimp()
|| $this->should_show_facebook()
|| $this->should_show_wc_admin();
}
Changelog Changelog
| Version | Description |
|---|---|
| 4.6.0 | Introduced. |