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


Top ↑

Source Source

File: includes/privacy-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.9.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.