Created
August 19, 2016 07:28
-
-
Save Inggo-inHomePortal/b16dc79e02aa45901892baeb4f48f138 to your computer and use it in GitHub Desktop.
wp_options cleanup
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 IN ( | |
'userpro_activity', | |
'wpmandrill-stats', | |
'_transient_RCWFeed_Ms_b22d9dad80577a8e66a230777d91cc6e', | |
'userpro_cached_results', | |
'userpro_fields_groups_default', | |
'userpro_fields_groups', | |
'era_googleFonts', | |
'suppamenu_skin_redow', | |
'suppamenu_skin_ubuntus', | |
'suppamenu_skin_bastlow', | |
'suppamenu_skin_ubuntus2', | |
'suppamenu_skin_cyberia', | |
'suppamenu_skin_jallon', | |
'suppamenu_skin_redrosa', | |
'suppamenu_skin_default', | |
'suppamenu_skin_wally', | |
'suppamenu_skin_light', | |
'suppamenu_skin_demo' | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment