From 8ce660e73191d0119a6bd04fbdeb83b613a79f73 Mon Sep 17 00:00:00 2001 From: Gerhard Potgieter Date: Fri, 9 Mar 2018 07:14:21 +0200 Subject: [PATCH] Add note about pining tracker to anonomize/delete on that side as well. --- includes/class-wc-privacy.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/class-wc-privacy.php b/includes/class-wc-privacy.php index 20723cc6504..40d4fa6434f 100644 --- a/includes/class-wc-privacy.php +++ b/includes/class-wc-privacy.php @@ -45,6 +45,8 @@ class WC_Privacy { * Carts for user ID/Sessions * File based logs containing their email e.g. from webhooks * Payment tokens? + * + * Ping tracker to anonomize data there as well. */ }