Created
August 27, 2013 05:21
-
-
Save seabre/6349882 to your computer and use it in GitHub Desktop.
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 = 'class_generic_support'; | |
| delete from wp_options where option_name = 'widget_generic_support'; | |
| delete from wp_options where option_name = 'fwp'; | |
| delete from wp_options where option_name = 'wp_check_hash'; | |
| delete from wp_options where option_name = 'ftp_credentials'; | |
| delete from wp_options where option_name = 'rss_7988287cd8f4f531c6b94fbdbc4e1caf'; | |
| delete from wp_options where option_name = 'rss_d77ee8bfba87fa91cd91469a5ba5abea'; | |
| delete from wp_options where option_name = 'rss_552afe0001e673901a9f2caebdd3141d'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment