Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/functions.php | apply_filters | 7828 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $anonymous | Anonymized data. |
string | $type | Type of the data. |
string | $data | Original data. |