• Resolved vbk100

    (@vbk100)


    Hello,

    I see that the default admin bar will be completely disabled when we install WooCommerce. This is happening only recently and I never faced this issue earlier.

    Could any one help me to re-enable it?

    P.S. I double checked and I confirm it is the Woocommerce plugin that disabled the admin bar.

    https://www.ads-software.com/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Thread Starter vbk100

    (@vbk100)

    Ok, I am able to re-enable it.

    add_action( 'plugins_loaded', function()
    {
        add_filter( 'woocommerce_disable_admin_bar', '__return_false' );
    });

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘WooCommerce disables admin bar’ is closed to new replies.