EDD_Customer::increase_purchase_count( integer $count = 1 )
Increase the purchase count of a customer
Description Description
Parameters Parameters
- $count
-
(Optional) The number to imcrement by
Default value: 1
Return Return
(int) The purchase count
Source Source
File: includes/class-edd-customer.php
Changelog Changelog
Version | Description |
---|---|
2.3 | Introduced. |