wp core download <download-url>
Downloads core WordPress files
Arguments
Name | Description |
---|
download-url | Download directly from a provided URL instead of fetching the URL from the wordpress.org servers |
Options
Name | Description |
---|
--path <path> | Specify the path in which to install WordPress. Defaults to current directory |
--locale <locale> | Select which language you want to download |
--version <options> | Select which version you want to download. Accepts a version number, ‘latest’ or ‘nightly’ |
--skip-content | Download WP without the default themes and plugins |
--force | Overwrites existing files, if present |
--insecure | Retry download without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack |