codelight-eu / wp-migrate-db-pro-extended
Prevents anonymizing Administrator, Editor and Shop Manager roles. Uses example.org domains for user emails.
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:wordpress-muplugin
Requires
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2020-11-22 22:09:06 UTC
README
This super simple mu-plugin extends WP Migrate DB Pro and WP Migrate DB Anonymization plugin.
- prevents anonymizing users with Administrator, Editor, Shop Manager roles or
manage_options
capability during a migration. Never accidentally lose access to your staging or development site again! - Uses example.org domains for user emails instead of random domains. This way no real existing emails are accidentally generated.
Installation
-
Install the mu-plugin:
composer require codelight-eu/wp-migrate-db-pro-extended
-
Install the mu-plugin loader:
composer require lkwdwrd/wp-muplugin-loader
IMPORTANT! If the site crashes after installing the mu-plugin loader, run composer dump-autoload
.