This filter will retrieve the total number of items present in the cart, the filter includes four parameters.
return apply_filters( ‘rpress_get_cart_item_quantity’, $quantity, $fooditem_id, $options );
This filter will retrieve the total number of items present in the cart, the filter includes four parameters.
return apply_filters( ‘rpress_get_cart_item_quantity’, $quantity, $fooditem_id, $options );