WC_Legacy_Coupon::apply_before_tax()

Check if coupon needs applying before tax.


Description Description


Return Return

(bool)


Top ↑

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;
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.