wordpress-multi-env-config
wordpress-multi-env-config copied to clipboard
Fix #32: Can't use array for multisite across multiple environments
It's mainly due to the insufficient handling between single domain and multiple domains on wp-config.load.php.
Make the assignments of WP_SITEURL and WP_HOME separately for these 2 cases is able to resolve this issue.