woocommerce_review_order_before_cart_contents
Использование
add_action( 'woocommerce_review_order_before_cart_contents', 'wp_kama_woocommerce_review_order_before_cart_contents_action' );
/**
* Function for `woocommerce_review_order_before_cart_contents` action-hook.
*
* @return void
*/
function wp_kama_woocommerce_review_order_before_cart_contents_action(){
// action...
}Где вызывается хук
В файле: /templates/checkout/review-order.php
woocommerce_review_order_before_cart_contents
woocommerce/templates/checkout/review-order.php 29
do_action( 'woocommerce_review_order_before_cart_contents' );