woocommerce_order_details_after_order_table_items, $order

woocommerce_order_details_after_order_table_items, $order

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_order_details_after_order_table_items, $order') is found 3 times:

  • /templates/order/order-details-fulfillments.php line 98

    )
    );
    }

    do_action( ‘woocommerce_order_details_after_order_table_items’, $order );
    ?>

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