WC_Legacy_Coupon::apply_before_tax() public WC 1.0
Check if coupon needs applying before tax.
{} Это метод класса: WC_Legacy_Coupon{}
Хуков нет.
Возвращает
true/false.
Использование
$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 WC 5.0.0
public function apply_before_tax() {
wc_deprecated_function( 'WC_Coupon::apply_before_tax', '3.0' );
return true;
}