Created
June 29, 2019 16:34
-
-
Save herewithme/68b7aaab3d6dc40c450e4c55d1aaf128 to your computer and use it in GitHub Desktop.
WP-CLI, update WooCommerce for each sites of network
This file contains hidden or 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 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