woocommerce_before_cart_contents
Использование
add_action( 'woocommerce_before_cart_contents', 'wp_kama_woocommerce_before_cart_contents_action' ); /** * Function for `woocommerce_before_cart_contents` action-hook. * * @return void */ function wp_kama_woocommerce_before_cart_contents_action(){ // action... }
Где вызывается хук
В файле: /templates/cart/cart.php
woocommerce_before_cart_contents
woocommerce/templates/cart/cart.php 37
<?php do_action( 'woocommerce_before_cart_contents' ); ?>