WC_Order::get_remaining_refund_items()

How many items are left to refund?


Description Description


Return Return

(int)


Top ↑

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() );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.