apply_filters( ‘wp_privacy_anonymize_data’, string $anonymous, string $type, string $data )

In this article

Filters the anonymous data for each type.

Parameters

$anonymousstring
Anonymized data.
$typestring
Type of the data.
$datastring
Original data.

Source

return apply_filters( 'wp_privacy_anonymize_data', $anonymous, $type, $data );

Changelog

VersionDescription
4.9.6Introduced.

User Contributed Notes

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