10up / MU-Migration

This WP-CLI plugin makes the process of moving sites from single WordPress sites to a Multisite instance (or vice-versa) much easier. It exports everything into a zip package which can be used to automatically import it within the desired Multisite installation.
MIT License
329 stars 47 forks source link

Add filter and optional parameter to specify additional fields where users ids needs to be updated. #33

Closed nicholasio closed 6 years ago

nicholasio commented 7 years ago

After import, MU-Migration replaces the old user id with the new user id on post_author and _customer_user (if WooCommerce is enabled) fields. Some themes/plugins might also store user's IDs on some non-default places and therefore they also needs to be updated on import.

andyzito commented 6 years ago

Fixed by PR #50 ?