Skip to content

Instantly share code, notes, and snippets.

@ScottDeLuzio
Created August 14, 2015 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ScottDeLuzio/7c0be4624c5bfc60d5eb to your computer and use it in GitHub Desktop.
Save ScottDeLuzio/7c0be4624c5bfc60d5eb to your computer and use it in GitHub Desktop.
MySQL query remove wc_sessions
DELETE FROM wp_options
WHERE option_name LIKE '_wc_session_%' OR option_name LIKE '_wc_session_expires_%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment