apply_filters( "edd_privacy_payment_status_action_{$payment->status}", string $action , EDD_Payment $payment )
Allow filtering of what type of action should be taken for a payment.
Description Description
Developers and extensions can use this filter to modify how Easy Digital Downloads will treat an order that has been requested to be deleted or anonymized.
Parameters Parameters
- $action
-
What action will be performed (none, delete, anonymize)
- $payment
-
The EDD_Payment object that has been requested to be anonymized or deleted.
Source Source
File: includes/privacy-functions.php
Changelog Changelog
Version | Description |
---|---|
2.9.2 | Introduced. |