RestroPress

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

rpress_update_discount

This filter is applied to the discount data just before a discount is created.

apply_filters( 'rpress_insert_discount', $discount_details);

$discount_details is an array of all fields for the discount.

How can we help?