do_action( 'edd_anonymize_file_download_log', WP_Post $log )
Run further anonymization on a file download log
Description Description
Developers and extensions can use the $log WP_Post object passed into the edd_anonymize_file_download_log action to complete further anonymization.
Parameters Parameters
- $log
-
The WP_Post object for the log
Source Source
File: includes/privacy-functions.php
Changelog Changelog
Version | Description |
---|---|
2.9.2 | Introduced. |