WC_Legacy_Coupon::enable_free_shipping()
Check if a coupon enables free shipping.
Description Description
Return Return
(bool)
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(); }