woocommerce_admin_order_items_after_fees

woocommerce_admin_order_items_after_fees

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_admin_order_items_after_fees') is found 1 times:

  • /includes/admin/meta-boxes/views/html-order-items.php line 85
    			<?php
    			foreach ( $line_items_fee as $item_id => $item ) {
    				include __DIR__ . '/html-order-fee.php';
    			}
    			do_action( 'woocommerce_admin_order_items_after_fees', $order->get_id() );
    			?>
    		</tbody>
    		<tbody id="order_shipping_line_items">
    			<?php
    			$shipping_methods = WC()->shipping() ? WC()->shipping()->load_shipping_methods() : array();
    			foreach ( $line_items_shipping as $item_id => $item ) {