Yes, I want to know the same thing.
Hello @metuza, @bjornenio,
If you’d like to disabled the new WooCommerce Admin functionality you can download the following file and drop it in your wp-content/plugins folder to disable WooCommerce Admin. This will disable any instances of WooCommerce Admin from running, whether a feature plugin or that included in WooCommerce.
https://gist.github.com/joshuatf/006111b6f43c3ab3d2cad39e3443822b
Ah, so the filter is called add_filter( ‘woocommerce_admin_disabled’, ‘__return_true’ );
That’s all I needed.
The admin is still there. That filter may have stopped the core function from running, but the WC Admin dashboard is still there with all the stats and what not.
I’ll investigate further on how to remove it, not just disable the function from running.
Hi @bjornenio,
Did you place the filter in a plugin? It doesn’t work from a theme’s functions.php file.
Thanks.
I did now (was part of my next test) and yes, that works.
Hi there,
You can use this plugin which will permanently hide new interface:
https://wordpress.org/plugins/disable-dashboard-for-woocommerce/
Cheers!