WP Migrate DB Anonymization

0

This addon requires WP Migrate DB Pro or WP Migrate DB. Ensure no user personal data is included when a database is exported, pulled or pushed using WP Migrate DB (export) or WP Migrate

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

This addon requires WP Migrate DB Pro or WP Migrate DB.

Ensure no user personal data is included when a database is exported, pulled or pushed using WP Migrate DB (export) or WP Migrate DB Pro (export, pull, push).

When the plugin is activated it will anonymize by default. You will need to deactivate the plugin to turn it off.

User data is anonymized and includes data from the following tables:

  • users
  • usermeta
  • comments

Supported plugins:

  • WooCommerce

To preserve specific rows in the users table, use the WPMDB_ANONYMIZATION_USER_LOGIN_WHITELIST constant to set a whitelist of comma separated user logins.

To replace all passwords with a hashed default password, set the password using the WPMDB_ANONYMIZATION_DEFAULT_PASSWORD constant.

The configuration rules can be extended with a filter. Learn how.