Warning: This method has been deprecated.

WC_Admin_Setup_Wizard::should_show_wc_admin_onboarding()

Should we show the new WooCommerce Admin onboarding experience?


Description Description


Return Return

(boolean)


Top ↑

Source Source

File: includes/admin/class-wc-admin-setup-wizard.php

	protected function should_show_wc_admin_onboarding() {
		// As of WooCommerce 4.1, all new sites should use the latest OBW from wc-admin package.
		// This filter will allow for forcing the old wizard while we migrate e2e tests.
		return ! apply_filters( 'woocommerce_setup_wizard_force_legacy', false );
	}

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.