wp core multisite-install
Installs WordPress multisite from scratch
Options
Name | Description |
---|---|
--url <url> | The address of the new site |
--base <url-path> | Base path after the domain name that each site url will start with |
--subdomains | If passed, the network will use subdomains, instead of subdirectories. Doesn’t work with ‘localhost’ |
--title <site-title> | The title of the new site |
--admin_user <username> | The name of the admin user |
--admin_password <password> | The password for the admin user. Defaults to randomly generated string |
--admin_email <email> | The email address for the admin user |
--skip-email | Don’t send an email notification to the new admin user |
--skip-config | Don’t add multisite constants to wp-config.php |