Created
February 18, 2017 20:12
-
-
Save johnbillion/5f6c6395f660282ddb5814f4fb62c8fe to your computer and use it in GitHub Desktop.
Install all available languages on a WordPress site with WP-CLI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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