Backup and restore wp-config.php
as wp core multisite-install
writes to it
#1
Labels
wp-config.php
as wp core multisite-install
writes to it
#1
Provide a dynamic backup of
wp-config.php
forWp\WpCliCore::multisiteInstall()
andWp\WpCliCore::multisiteConvert()
as WP-CLI writes the multisite constants to the end of the file. This can break setups like those created with https://github.com/wecodemore/wpstarterIf the tools should automatically deal with config files, this should be abstracted in a separate API to give the user full control over it.
The text was updated successfully, but these errors were encountered: