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: ''


Top ↑

Source Source

File: includes/legacy/class-wc-legacy-coupon.php

	public function inc_usage_count( $used_by = '' ) {
		$this->increase_usage_count( $used_by );
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.