woocommerce_widget_shopping_cart_before_buttons action-hook . WC 1.0
Usage
add_action( 'woocommerce_widget_shopping_cart_before_buttons', 'action_function_name_7312' ); function action_function_name_7312(){ // action... }
Where the hook is called
In file: /templates/cart/mini-cart.php
woocommerce_widget_shopping_cart_before_buttons
woocommerce/templates/cart/mini-cart.php 84
<?php do_action( 'woocommerce_widget_shopping_cart_before_buttons' ); ?>