woocommerce_get_shop_coupon_data, false, $data, $this
woocommerce_get_shop_coupon_data, false, $data, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_get_shop_coupon_data, false, $data, $this') is found 1 times:
- /includes/class-wc-coupon.php line 122
return; } // This filter allows custom coupon objects to be created on the fly. $coupon = apply_filters( 'woocommerce_get_shop_coupon_data', false, $data, $this ); if ( $coupon ) { $this->read_manual_coupon( $data, $coupon ); return; }