Skip to content

Instantly share code, notes, and snippets.

@yratof
Created November 20, 2017 14:56
Show Gist options
  • Select an option

  • Save yratof/9e6f89a2880d3f13b4c13c2de16a6fd0 to your computer and use it in GitHub Desktop.

Select an option

Save yratof/9e6f89a2880d3f13b4c13c2de16a6fd0 to your computer and use it in GitHub Desktop.
Delete transients for all sites on a multisite
wp site list --field=url | xargs -n1 -I % wp --url=% transient delete-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment