Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MaximeCulea/0d1bf7f94f10284b97fa75ac7f5acccc to your computer and use it in GitHub Desktop.
Save MaximeCulea/0d1bf7f94f10284b97fa75ac7f5acccc 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