rpress_post_update_discount

Author: bibhu 305 views

This action runs after a discount code is updated. It receives two parameters, $discount_details and $id.

$discount_details is an array containing all fields for the discount, such as name, amount, type, etc.

do_action( 'rpress_post_update_discount', $discount_details, $id );