File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ to communicate whether WordPress is installed.
224
224
Transforms an existing single-site installation into a multisite installation.
225
225
226
226
~~~
227
- wp core multisite-convert [--title=<network-title>] [--base=<url-path>] [--subdomains]
227
+ wp core multisite-convert [--title=<network-title>] [--base=<url-path>] [--subdomains] [--skip-config]
228
228
~~~
229
229
230
230
Creates the multisite database tables, and adds the multisite constants
@@ -250,6 +250,9 @@ for more details about how multisite works.
250
250
[--subdomains]
251
251
If passed, the network will use subdomains, instead of subdirectories. Doesn't work with 'localhost'.
252
252
253
+ [--skip-config]
254
+ Don't add multisite constants to wp-config.php.
255
+
253
256
** EXAMPLES**
254
257
255
258
$ wp core multisite-convert
You can’t perform that action at this time.
0 commit comments