Skip to content

Instantly share code, notes, and snippets.

@anant1811
Created October 8, 2018 17:12
Show Gist options
  • Save anant1811/d0693333829afe831abcec8b7b9f6244 to your computer and use it in GitHub Desktop.
Save anant1811/d0693333829afe831abcec8b7b9f6244 to your computer and use it in GitHub Desktop.
Remove WooCommerce 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