woocommerce_admin_order_items_after_refunds

woocommerce_admin_order_items_after_refunds

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_admin_order_items_after_refunds') is found 1 times:

  • /includes/admin/meta-boxes/views/html-order-items.php line 105
    			if ( $refunds ) {
    				foreach ( $refunds as $refund ) {
    					include __DIR__ . '/html-order-refund.php';
    				}
    				do_action( 'woocommerce_admin_order_items_after_refunds', $order->get_id() );
    			}
    			?>
    		</tbody>
    	</table>
    </div>
    <div class="wc-order-data-row wc-order-totals-items wc-order-items-editable">