WC_Legacy_Coupon::enable_free_shipping()

Check if a coupon enables free shipping.


Description Description


Return Return

(bool)


Top ↑

Source Source

File: includes/legacy/class-wc-legacy-coupon.php

	public function enable_free_shipping() {
		wc_deprecated_function( 'WC_Coupon::enable_free_shipping', '3.0', 'WC_Coupon::get_free_shipping' );
		return $this->get_free_shipping();
	}


Top ↑

User Contributed Notes User Contributed Notes

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