File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 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.
224224Transforms an existing single-site installation into a multisite installation.
225225
226226~~~
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]
228228~~~
229229
230230Creates the multisite database tables, and adds the multisite constants
@@ -250,6 +250,9 @@ for more details about how multisite works.
250250 [--subdomains]
251251 If passed, the network will use subdomains, instead of subdirectories. Doesn't work with 'localhost'.
252252
253+ [--skip-config]
254+ Don't add multisite constants to wp-config.php.
255+
253256** EXAMPLES**
254257
255258 $ wp core multisite-convert
You can’t perform that action at this time.
0 commit comments