WC_Order::get_remaining_refund_items()
How many items are left to refund?
Description Description
Return Return
(int)
Source Source
File: includes/class-wc-order.php
public function get_remaining_refund_items() { return absint( $this->get_item_count() - $this->get_item_count_refunded() ); }