WC_Legacy_Coupon::dcr_usage_count
Decrease usage count for current coupon.
Метод класса: WC_Legacy_Coupon{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$WC_Legacy_Coupon = new WC_Legacy_Coupon(); $WC_Legacy_Coupon->dcr_usage_count( $used_by );
- $used_by(строка)
- Either user ID or billing email.
По умолчанию:''
Код WC_Legacy_Coupon::dcr_usage_count() WC Legacy Coupon::dcr usage count WC 10.8.1
public function dcr_usage_count( $used_by = '' ) {
$this->decrease_usage_count( $used_by );
}