{"generator":"Code Snippets v2.14.1","date_created":"2021-05-20 12:29","snippets":[{"name":"Don't Display the WooCommerce Mini-Cart if the Cart Is Empty","scope":"front-end","code":"add_filter( 'polestar_display_mini_cart', function( $status ) {\n\treturn ! is_cart() && ! is_checkout() && ! WC()->cart->is_empty();\n} );","priority":"10"}]}