WC_Order_Item::get_quantity()publicWC 1.0

Get quantity.

Method of the class: WC_Order_Item{}

No Hooks.

Return

Int.

Usage

$WC_Order_Item = new WC_Order_Item();
$WC_Order_Item->get_quantity();

WC_Order_Item::get_quantity() code WC 8.7.0

public function get_quantity() {
	return 1;
}