edd_count_payments( array $args = array() )
Count Payments
Description Description
Returns the total number of payments recorded.
Parameters Parameters
- $args
-
(Optional) List of arguments to base the payments count on
Default value: array()
Return Return
(array) $count Number of payments sorted by payment status
Source Source
File: includes/payments/functions.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |