edd_record_status_change( int $payment_id, string $new_status, string $old_status )
Record payment status change
Description Description
Parameters Parameters
- $payment_id
-
(Required) the ID number of the payment
- $new_status
-
(Required) the status of the payment, probably "publish"
- $old_status
-
(Required) the status of the payment prior to being marked as "complete", probably "pending"
Return Return
(void)
Source Source
File: includes/payments/actions.php
Changelog Changelog
Version | Description |
---|---|
1.4.3 | Introduced. |