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

do_action('woocommerce_admin_order_items_after_shipping') is found 1 times:

  • /includes/admin/meta-boxes/views/html-order-items.php line 94
    			$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();