Created
June 24, 2014 07:42
-
-
Save remcotolsma/d97e9ae7e0128838d692 to your computer and use it in GitHub Desktop.
Delete WP Session Manager options data
This file contains hidden or 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 '_wp_session_%'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WP Session Manager is used in WooCommerce, but is also available as a standalone plugin:
https://github.com/ericmann/wp-session-manager