Skip to content

Commit 505f92c

Browse files
Regenerate README file - 2023-05-24 (#234)
Co-authored-by: Alain Schlesser <[email protected]>
1 parent 1644558 commit 505f92c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ to communicate whether WordPress is installed.
224224
Transforms 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

230230
Creates 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

0 commit comments

Comments
 (0)