woocommerce_order_details_before_order_table

woocommerce_order_details_before_order_table

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

  • /templates/order/order-details.php line 44
    	);
    }
    ?>
    <section class="woocommerce-order-details">
    	<?php do_action( 'woocommerce_order_details_before_order_table', $order ); ?>
    
    	<h2 class="woocommerce-order-details__title"><?php esc_html_e( 'Order details', 'woocommerce' ); ?></h2>
    
    	<table class="woocommerce-table woocommerce-table--order-details shop_table order_details">
    
    		<thead>