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