woocommerce_order_applied_coupon, $coupon, $this
woocommerce_order_applied_coupon, $coupon, $this
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_order_applied_coupon, $coupon, $this') is found 1 times:
- /includes/abstracts/abstract-wc-order.php line 1492
* @param WC_Order $order The current order object. * * @since 7.3 */ do_action( 'woocommerce_order_applied_coupon', $coupon, $this ); $this->set_coupon_discount_amounts( $discounts ); $this->save(); // Recalculate totals and taxes. $this->recalculate_coupons();