williarin / wordpress-anonymizer

Anonymize a WordPress database without a WordPress installation
MIT License
18 stars 1 forks source link

More tables need anonymization #4

Open gggeek opened 8 months ago

gggeek commented 8 months ago

At least in my install, which uses WooCommerce Subscriptions and Checkout-Fields plugins, there seem to be user-data in:

..._wc_order_addresses, ..._wc_customer_lookup, ..._wc_download_log (IP), ..._wc_orders (billing_email, transaction_id, ip_address, user_agent, customer_note) ..._wc_orders_meta ..._woocommerce_payment_tokenmeta ..._woocommerce_payment_tokens (stripe token)

gggeek commented 8 months ago

Also, other rows in tables already handled (not 100% sure about these):

usermeta: last_update, jetpack_tracks_anon_id usermeta/woo: _wcs_subscription_ids_cache, wc_last_active, wc__stripe_customer_id users: user_registered