Skip to content

Instantly share code, notes, and snippets.

@herewithme
Created June 29, 2019 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save herewithme/68b7aaab3d6dc40c450e4c55d1aaf128 to your computer and use it in GitHub Desktop.
Save herewithme/68b7aaab3d6dc40c450e4c55d1aaf128 to your computer and use it in GitHub Desktop.
WP-CLI, update WooCommerce for each sites of network
wp site list --field=url --url="NETWORK" | xargs -I {} wp wc update --url={}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment