woocommerce_admin_order_items_after_shipping

woocommerce_admin_order_items_after_shipping

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_admin_order_items_after_shipping') is found 1 times:

  • /includes/admin/meta-boxes/views/html-order-items.php line 96
    092
    093
    094
    095
    096
    097
    098
    099
    100
    101
        $shipping_methods = WC()->shipping() ? WC()->shipping()->load_shipping_methods() : array();
        foreach ( $line_items_shipping as $item_id => $item ) {
            include __DIR__ . '/html-order-shipping.php';
        }
        do_action( 'woocommerce_admin_order_items_after_shipping', $order->get_id() );
        ?>
    </tbody>
    <tbody id="order_refunds">
        <?php
        $refunds = $order->get_refunds();