Filters the anonymous data for each type.
Parameters
$anonymous
string- Anonymized data.
$type
string- Type of the data.
$data
string- Original data.
Source
return apply_filters( 'wp_privacy_anonymize_data', $anonymous, $type, $data );
Changelog
Version | Description |
---|---|
4.9.6 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.