WC_Legacy_Coupon::apply_before_tax()
Check if coupon needs applying before tax.
Description Description
Return Return
(bool)
Source Source
File: includes/legacy/class-wc-legacy-coupon.php
public function apply_before_tax() { wc_deprecated_function( 'WC_Coupon::apply_before_tax', '3.0' ); return true; }