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

do_action('woocommerce_order_details_before_order_table_items') is found 1 times:

  • /templates/order/order-details.php line 70
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    </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',