wp-cli-rename-db-prefix
wp-cli-rename-db-prefix copied to clipboard
MultiSite support
(code comments)
Add MultiSite support.
This hasn't been tested at all. Should this really go after update_options_table, and reuse the same query? Is this running on the root site twice b/c update_options_table() hits that too? should call either that or this, based on is_multisite() ?