WC_Legacy_Coupon::inc_usage_count( string $used_by = '' )
Increase usage count for current coupon.
Description Description
Parameters Parameters
- $used_by
-
(Optional) Either user ID or billing email
Default value: ''
Source Source
File: includes/legacy/class-wc-legacy-coupon.php
public function inc_usage_count( $used_by = '' ) { $this->increase_usage_count( $used_by ); }