edd_privacy_maybe_delete_customer_eraser( string $email_address, int $page = 1 )
If after the payment anonymization/erasure methods have been run, and there are no longer payments for the requested customer, go ahead and delete the customer
Description Description
Parameters Parameters
- $email_address
-
(Required) The email address requesting anonymization/erasure
- $page
-
(Optional) The page (not needed for this query)
Default value: 1
Return Return
(array)
Source Source
File: includes/privacy-functions.php
Changelog Changelog
Version | Description |
---|---|
2.9.2 | Introduced. |