RestroPress

⌘K
  1. Home
  2. Docs
  3. RestroPress
  4. Developer Docs
  5. Filters
  6. rpress_get_cart_item_quantity

rpress_get_cart_item_quantity

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

 

How can we help?