Skip to content

Instantly share code, notes, and snippets.

@jjeaton
Created July 27, 2016 19:28
Show Gist options
  • Save jjeaton/cfeb3b7d42d0ed2893cac2dd0a6a498a to your computer and use it in GitHub Desktop.
Save jjeaton/cfeb3b7d42d0ed2893cac2dd0a6a498a to your computer and use it in GitHub Desktop.
Check the plugin status on each site in a multisite network
wp site list --field=url | xargs -n1 -I % wp --url=% plugin status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment