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


Top ↑

Parameters Parameters

$payment_id

Payment ID.

$payment

EDD_Payment object containing all payment data.

$customer

EDD_Customer object containing all customer data.


Top ↑

Source Source

File: includes/payments/actions.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.8 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.