woocommerce_admin_order_totals_after_shipping

woocommerce_admin_order_totals_after_shipping

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_admin_order_totals_after_shipping') is found 1 times:

  • /includes/admin/meta-boxes/views/html-order-items.php line 195
    				</td>
    			</tr>
    		<?php endif; ?>
    
    		<?php do_action( 'woocommerce_admin_order_totals_after_shipping', $order->get_id() ); ?>
    
    		<?php if ( wc_tax_enabled() ) : ?>
    			<?php foreach ( $order->get_tax_totals() as $code => $tax_total ) : ?>
    				<tr>
    					<td class="label"><?php echo esc_html( $tax_total->label ); ?>:</td>
    					<td width="1%"></td>