woocommerce_order_details_before_order_table_items

woocommerce_order_details_before_order_table_items

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_order_details_before_order_table_items') is found 1 times:

  • /templates/order/order-details.php line 59
    		</thead>
    
    		<tbody>
    			<?php
    			do_action( 'woocommerce_order_details_before_order_table_items', $order );
    
    			foreach ( $order_items as $item_id => $item ) {
    				$product = $item->get_product();
    
    				wc_get_template(
    					'order/order-details-item.php',