RestroPress

⌘K
  1. Home
  2. RestroPress
  3. Developer Docs
  4. Actions
  5. rpress_complete_fooditem_purchase

rpress_complete_fooditem_purchase

This action runs once for each fooditem product that is purchased. It runs only once the payment is marked as complete.

do_action( 'rpress_complete_fooditem_purchase', $fooditem['id'], $payment_id, $fooditem_type, $fooditem, $cart_index );

How can we help?