Filters the anonymous data for each type.
$anonymousstring$typestring$datastringwp-includes/functions.php:8493wp_privacy_anonymize_data() * @since 4.9.6 * * @param string $anonymous Anonymized data. * @param string $type Type of the data. * @param string $data Original data. */ return apply_filters( 'wp_privacy_anonymize_data', $anonymous, $type, $data );} /** * Returns the directory used to store personal data export files. * * @since 4.9.6Introduced in 4.9.6. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.