woocommerce_widget_shopping_cart_total

woocommerce_widget_shopping_cart_total

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

do_action('woocommerce_widget_shopping_cart_total') is found 1 times:

  • /templates/cart/mini-cart.php line 88
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
         * Hook: woocommerce_widget_shopping_cart_total.
         *
         * @hooked woocommerce_widget_shopping_cart_subtotal - 10
         */
        do_action( 'woocommerce_widget_shopping_cart_total' );
        ?>
    </p>
     
    <?php do_action( 'woocommerce_widget_shopping_cart_before_buttons' ); ?>
     
    <p class="woocommerce-mini-cart__buttons buttons"><?php do_action( 'woocommerce_widget_shopping_cart_buttons' ); ?></p>

See this hook used in plugins: