Tagged Questions
2
votes
2answers
109 views
Example of uninstaller routine to remove all custom theme options from wp_options
All of my theme's custom options are preceeded with "mytheme_" + option.
For example, mytheme_color1, mytheme_color2, mytheme_body_font_color, etc...
I'd like to create a plugin that uninstalls all ...