Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ to communicate whether WordPress is installed.
Transforms an existing single-site installation into a multisite installation.

~~~
wp core multisite-convert [--title=<network-title>] [--base=<url-path>] [--subdomains]
wp core multisite-convert [--title=<network-title>] [--base=<url-path>] [--subdomains] [--skip-config]
~~~

Creates the multisite database tables, and adds the multisite constants
Expand All @@ -250,6 +250,9 @@ for more details about how multisite works.
[--subdomains]
If passed, the network will use subdomains, instead of subdirectories. Doesn't work with 'localhost'.

[--skip-config]
Don't add multisite constants to wp-config.php.

**EXAMPLES**

$ wp core multisite-convert
Expand Down