woocommerce_get_item_count, $count, $item_type, $this
woocommerce_get_item_count, $count, $item_type, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_get_item_count, $count, $item_type, $this') is found 1 times:
- /includes/abstracts/abstract-wc-order.php line 1196
foreach ( $items as $item ) { $count += $item->get_quantity(); } return apply_filters( 'woocommerce_get_item_count', $count, $item_type, $this ); } /** * Get an order item object, based on its type. * * @since 3.0.0