do_action( 'edd_anonymize_customer', EDD_Customer $customer )
Run further anonymization on a customer
Description Description
Developers and extensions can use the EDD_Customer object passed into the edd_anonymize_customer action to complete further anonymization.
Parameters Parameters
- $customer
-
The EDD_Customer object that was found.
Source Source
File: includes/privacy-functions.php
Changelog Changelog
Version | Description |
---|---|
2.9.2 | Introduced. |