wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_privacy_anonymize_data › WordPress Filter Hooks

Since4.9.6
Deprecatedn/a
apply_filters( 'wp_privacy_anonymize_data', $anonymous, $type, $data )
Parameters: (3)
  • () anonymous Anonymized data.
    Required: Yes
  • () type Type of the data.
    Required: Yes
  • () data Original data.
    Required: Yes
Defined at:
Codex:

Filters the anonymous data for each type.





Source

return apply_filters( 'wp_privacy_anonymize_data', $anonymous, $type, $data );