_edd_privacy_get_customer_id_for_email( $email_address )
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.
Description Description
Parameters Parameters
- $email_address
-
(Required)
Return Return
Source Source
File: includes/privacy-functions.php
Changelog Changelog
Version | Description |
---|---|
2.9.2 | Introduced. |