woocommerce_admin_order_totals_after_tax

woocommerce_admin_order_totals_after_tax

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_tax') is found 1 times:

  • /includes/admin/meta-boxes/views/html-order-items.php line 212
    				</tr>
    			<?php endforeach; ?>
    		<?php endif; ?>
    
    		<?php do_action( 'woocommerce_admin_order_totals_after_tax', $order->get_id() ); ?>
    
    		<tr>
    			<td class="label"><?php esc_html_e( 'Order Total', 'woocommerce' ); ?>:</td>
    			<td width="1%"></td>
    			<td class="total">
    				<?php echo wc_price( $order->get_total(), array( 'currency' => $order->get_currency() ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>