Skip to content

Instantly share code, notes, and snippets.

@johnbillion
Created February 18, 2017 20:12
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save johnbillion/5f6c6395f660282ddb5814f4fb62c8fe to your computer and use it in GitHub Desktop.
Save johnbillion/5f6c6395f660282ddb5814f4fb62c8fe to your computer and use it in GitHub Desktop.
Install all available languages on a WordPress site with WP-CLI
wp core language list --field=language | xargs -n 1 wp core language install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment