woocommerce_get_item_count, $count, $item_type, $this

woocommerce_get_item_count, $count, $item_type, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_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