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)


Top ↑

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();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.