Filter hook 'wp_privacy_anonymize_data'

in WP Core File wp-includes/functions.php at line 8236

Description

Filters the anonymous data for each type.

Occurrences

Filename Line Number
wp-includes/functions.php 8236

Parameters

Type Name Description
string $anonymous Anonymized data.
string $type Type of the data.
string $data Original data.

PHP Doc

/**
	 * Filters the anonymous data for each type.
	 *
	 * @since 4.9.6
	 *
	 * @param string $anonymous Anonymized data.
	 * @param string $type      Type of the data.
	 * @param string $data      Original data.
	 */