FOX - WooCommerce Currency Switcher Professional

woocs_redraw_cart

This hook allows to disable mini cart redrawing to avoid conflicts with another scripts or wrong redrawing. Necessary for some WordPress themes which already do such redrawing.

add_filter('woocs_redraw_cart', function(){
    return 0;
});

From v.2.3.3/1.3.3