woocommerce_admin_order_item_values, null, $refund, $refund->get_id(
woocommerce_admin_order_item_values, null, $refund, $refund->get_id(
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_admin_order_item_values, null, $refund, $refund->get_id(') is found 1 times:
- /includes/admin/meta-boxes/views/html-order-refund.php line 50
<?php do_action( 'woocommerce_after_order_refund_item_name', $refund ); ?> </td> <?php do_action( 'woocommerce_admin_order_item_values', null, $refund, $refund->get_id() ); ?> <?php if ( $cogs_is_enabled ) : ?> <td class="item_cost_of_goods"></td> <?php endif; ?> <td class="item_cost" width="1%"> </td>