woocommerce_order_details_after_order_table_items

woocommerce_order_details_after_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_after_order_table_items') is found 1 times:

  • /templates/order/order-details.php line 77
    					)
    				);
    			}
    
    			do_action( 'woocommerce_order_details_after_order_table_items', $order );
    			?>
    		</tbody>
    
    		<tfoot>
    			<?php
    			foreach ( $order->get_order_item_totals() as $key => $total ) {