On this page
apply_filters( 'wp_privacy_anonymize_data', string $anonymous, string $type, string $data )
Filters the anonymous data for each type.
Parameters
$anonymousstring-
Anonymized data.
$typestring-
Type of the data.
$datastring-
Original data.
Source
File: wp-includes/functions.php. View all references
return apply_filters( 'wp_privacy_anonymize_data', $anonymous, $type, $data );
Related
Used By
| Used By | Description |
|---|---|
| wp_privacy_anonymize_data() wp-includes/functions.php | Returns uniform “anonymous” data by type. |
Changelog
| Version | Description |
|---|---|
| 4.9.6 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_privacy_anonymize_data