diff --git a/woocommerce/cart/mini-cart.php b/woocommerce/cart/mini-cart.php index c669be8..b16f34e 100644 --- a/woocommerce/cart/mini-cart.php +++ b/woocommerce/cart/mini-cart.php @@ -15,36 +15,34 @@ * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates - * @version 2.5.0 + * @version 3.1.0 */ - if ( ! defined( 'ABSPATH' ) ) { - exit; // Exit if accessed directly + exit; } -?> +do_action( 'woocommerce_before_mini_cart' ); ?> - - -
- -cart->is_empty() ) : ?> - -: cart->get_cart_subtotal(); ?>
+: cart->get_cart_subtotal(); ?>
- + + + + +