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.9.9.5

do_action('woocommerce_order_details_after_order_table_items') is found 1 times:

  • /templates/order/order-details.php line 88
    					)
    				);
    			}
    
    			do_action( 'woocommerce_order_details_after_order_table_items', $order );
    			?>
    		</tbody>
    
    		<?php
    		if ( ! empty( $actions ) ) :
    			?>