woocommerce_admin_order_item_headers, $order
woocommerce_admin_order_item_headers, $order
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_admin_order_item_headers, $order') is found 1 times:
- /includes/admin/meta-boxes/views/html-order-items.php line 45
<table cellpadding="0" cellspacing="0" class="woocommerce_order_items"> <thead> <tr> <th class="item sortable" colspan="2" data-sort="string-ins"><?php esc_html_e( 'Item', 'woocommerce' ); ?></th> <?php do_action( 'woocommerce_admin_order_item_headers', $order ); ?> <?php if ( $cogs_is_enabled ) : ?> <th class="item_cost_of_goods sortable" data-sort="float"><?php esc_html_e( 'Cost', 'woocommerce' ); ?></th> <?php endif; ?> <th class="item_cost sortable" data-sort="float"><?php esc_html_e( 'Price', 'woocommerce' ); ?></th> <th class="quantity sortable" data-sort="int"><?php esc_html_e( 'Qty', 'woocommerce' ); ?></th> <th class="line_cost sortable" data-sort="float"><?php esc_html_e( 'Total', 'woocommerce' ); ?></th>