edd_get_payment_by( string $field = '', mixed $value = '' )
Retrieve payment by a given field
Description Description
Parameters Parameters
- $field
-
(Optional) The field to retrieve the payment with
Default value: ''
- $value
-
(Optional) The value for $field
Default value: ''
Return Return
(mixed)
Source Source
File: includes/payments/functions.php
Changelog Changelog
Version | Description |
---|---|
2.0 | Introduced. |