File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ Subsequent uses of command will use the local cache if it still exists.
139
139
Runs the standard WordPress installation process.
140
140
141
141
~~~
142
- wp core install --url=<url> --title=<site-title> --admin_user=<username> [--admin_password=<password>] --admin_email=<email> [--skip-email]
142
+ wp core install --url=<url> --title=<site-title> --admin_user=<username> [--admin_password=<password>] --admin_email=<email> [--locale=<locale>] [-- skip-email]
143
143
~~~
144
144
145
145
Creates the WordPress tables in the database using the URL, title, and
@@ -173,6 +173,9 @@ user_login doesn't exist, a new user will be created.
173
173
--admin_email=<email>
174
174
The email address for the admin user.
175
175
176
+ [--locale=<locale>]
177
+ The locale/language for the installation (e.g. `de_DE`). Default is `en_US`.
178
+
176
179
[--skip-email]
177
180
Don't send an email notification to the new admin user.
178
181
You can’t perform that action at this time.
0 commit comments