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