woocommerce_after_cart_contents хук-событие . WC 1.0
Использование
add_action( 'woocommerce_after_cart_contents', 'action_function_name_7060' ); function action_function_name_7060(){ // action... }
Где вызывается хук
В файле: /templates/cart/cart.php
woocommerce_after_cart_contents
woocommerce/templates/cart/cart.php 156
<?php do_action( 'woocommerce_after_cart_contents' ); ?>