WC_Coupon_Data_Store_Interface::increase_usage_count()publicWC 1.0

Increase usage count for current coupon.

Метод класса: WC_Coupon_Data_Store_Interface{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$WC_Coupon_Data_Store_Interface = new WC_Coupon_Data_Store_Interface();
$WC_Coupon_Data_Store_Interface->increase_usage_count( $coupon, $used_by );
$coupon(WC_Coupon) (обязательный) (передается по ссылке — &)
Coupon object.
$used_by(строка)
Either user ID or billing email.
По умолчанию: ''

Код WC_Coupon_Data_Store_Interface::increase_usage_count() WC 8.7.0

public function increase_usage_count( &$coupon, $used_by = '' );