woocommerce_widget_shopping_cart_after_buttons

woocommerce_widget_shopping_cart_after_buttons

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_widget_shopping_cart_after_buttons') is found 1 times:

  • /templates/cart/mini-cart.php line 94
    	<?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>
    
    	<?php do_action( 'woocommerce_widget_shopping_cart_after_buttons' ); ?>
    
    <?php else : ?>
    
    	<p class="woocommerce-mini-cart__empty-message"><?php esc_html_e( 'No products in the cart.', 'woocommerce' ); ?></p>
    
    <?php endif; ?>