apply_filters( 'wp_privacy_anonymize_data', string $anonymous , string $type , string $data )
Filters the anonymous data for each type.
Parameters
- $anonymous
-
Anonymized data.
- $type
-
Type of the data.
- $data
-
Original data.
Source
Changelog
Version | Description |
---|---|
WP-4.9.6 | Introduced. |