Skip to content

Commit

Permalink
Regenerate README file - 2023-05-24 (#234)
Browse files Browse the repository at this point in the history
Co-authored-by: Alain Schlesser <[email protected]>
  • Loading branch information
github-actions[bot] and schlessera authored May 24, 2023
1 parent 1644558 commit 505f92c
Showing 1 changed file with 4 additions and 1 deletion.
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

0 comments on commit 505f92c

Please sign in to comment.