_edd_anonymize_customer()
Function: Given a customer ID, anonymize the data related to that customer.
Source: includes/privacy-functions.php:246
Function: Given a customer ID, anonymize the data related to that customer.
Source: includes/privacy-functions.php:246
Function: Given a payment ID, anonymize the data related to that payment.
Source: includes/privacy-functions.php:342
Function: Marks a function as deprecated and informs when it has been used.
Source: includes/misc-functions.php:539
Function: Marks an argument in a function deprecated and informs when it’s been used
Source: includes/misc-functions.php:580
Function: Register die handler for edd_die()
Source: includes/error-tracking.php:125
Function: Since our eraser callbacks need to look up a stored customer ID by hashed email address, developers can use this to retrieve the customer ID associated with an email address that’s being requested to be deleted even after the customer has been anonymized.
Source: includes/privacy-functions.php:512
Function: Given an EDD_Payment, determine what action should be taken during the eraser processes.
Source: includes/privacy-functions.php:455
Function: When dealing with payments certain aspects only work if the payment is being created inside the `edd_process_purchase_form()` function.
Source: includes/gateways/stripe/includes/compat.php:45
Function: A rewritten version of `edds_get_purchase_form_user()` that can be run during AJAX.
Source: includes/gateways/stripe/includes/compat.php:76
Function: Maps serialized form data to global $_POST and $_REQUEST variables.
Source: includes/gateways/stripe/includes/compat.php:19