woocommerce_admin_order_item_values, null, $refund, $refund->get_id(

woocommerce_admin_order_item_values, null, $refund, $refund->get_id(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_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%">&nbsp;</td>