EDD_Customer::decrease_purchase_count( integer $count = 1 )
Decrease the customer purchase count
Description Description
Parameters Parameters
- $count
-
(Optional) The amount to decrease by
Default value: 1
Return Return
(mixed) If successful, the new count, otherwise false
Source Source
File: includes/class-edd-customer.php
Changelog Changelog
Version | Description |
---|---|
2.3 | Introduced. |