apply_filters( 'wp_privacy_anonymize_data', string $anonymous, string $type, string $data )

Filters the anonymous data for each type.


Description Description


Parameters Parameters

$anonymous

(string) Anonymized data.

$type

(string) Type of the data.

$data

(string) Original data.


Top ↑

Source Source

File: wp-includes/functions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.9.6 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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