WC_Legacy_Coupon::apply_before_tax
Check if coupon needs applying before tax.
Method of the class: WC_Legacy_Coupon{}
No Hooks.
Returns
true|false.
Usage
$WC_Legacy_Coupon = new WC_Legacy_Coupon(); $WC_Legacy_Coupon->apply_before_tax();
WC_Legacy_Coupon::apply_before_tax() WC Legacy Coupon::apply before tax code WC 10.8.1
public function apply_before_tax() {
wc_deprecated_function( 'WC_Coupon::apply_before_tax', '3.0' );
return true;
}