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.


Top ↑

Source Source

File: includes/privacy-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.9.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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