wordpress-anonymizer icon indicating copy to clipboard operation
wordpress-anonymizer copied to clipboard

Anonymize a WordPress database without a WordPress installation

Results 6 wordpress-anonymizer issues
Sort by recently updated
recently updated
newest added

The dependency on Sf console 6.x makes it hard/impossible to install this package when composer 2.2.22 is in use, as that one is only compatible with sf console up to...

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...

At least for the cli command, it would be nice to be able to set a custom locale

fe. the yaml line ``` password: "password(2, 6)" ``` could be parsed to retrieve 2 arguments, and inject them into the formatter by making usage of call_user_func_array

**Is your feature request related to a problem? Please describe.** From reading the code, the tool looks very promising. However, it seemingly does not support multisite. **Describe the desired solution**...

Thanks for your great work with this! I'd like to use this as a way to clean up staging and test environments. Unfortunately, those usually don't have docker or composer...