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)
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 ); }
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |