Created
October 8, 2018 17:12
-
-
Save anant1811/d0693333829afe831abcec8b7b9f6244 to your computer and use it in GitHub Desktop.
Remove WooCommerce Sessions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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