Skip to content

Instantly share code, notes, and snippets.

@ScottDeLuzio
Created August 14, 2015 23:14
Show Gist options
  • Save ScottDeLuzio/bf1011619a52a1788873 to your computer and use it in GitHub Desktop.
Save ScottDeLuzio/bf1011619a52a1788873 to your computer and use it in GitHub Desktop.
MySQL query remove WooCommerce transients
DELETE FROM wp_options
WHERE option_name LIKE '_transient_wc_%' OR option_name LIKE '_transient_timeout_wc_%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment