From f8cd499d460c59dbfcb148eb9a981cbce78bea09 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Wed, 24 May 2023 10:47:59 +0000 Subject: [PATCH] Regenerate README file - 2023-05-24 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a525118b..224105c2 100644 --- a/README.md +++ b/README.md @@ -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=] [--base=] [--subdomains] +wp core multisite-convert [--title=] [--base=] [--subdomains] [--skip-config] ~~~ Creates the multisite database tables, and adds the multisite constants @@ -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