edd_is_payment_complete( int $payment_id )
Checks whether a payment has been marked as complete.
Description Description
Parameters Parameters
- $payment_id
-
(Required) Payment ID to check against
Return Return
(bool) true if complete, false otherwise
Source Source
File: includes/payments/functions.php
Changelog Changelog
Version | Description |
---|---|
1.0.8 | Introduced. |