do_action( 'edd_after_payment_actions', int $payment_id , EDD_Payment $payment , EDD_Customer $customer )
Runs **after** a purchase is marked as “complete”.
Description Description
See also See also
Parameters Parameters
- $payment_id
-
Payment ID.
- $payment
-
EDD_Payment object containing all payment data.
- $customer
-
EDD_Customer object containing all customer data.
Source Source
File: includes/payments/actions.php
Changelog Changelog
Version | Description |
---|---|
2.8 | Introduced. |