I placed HTML in several text widgets which where lost after i deleted all inactive widgets and changed themes but i have found the data in the tables.
The only problem, its mixed in with all this other crap code and i only want the HTML or text.
All the export options don’t allow for export of text or HTML even though that’s what i entered into the text widgets in the first place.
The data in the options table is stored as serialized arrays. Use
get_option()
to get the data and unserialize them.If you need a complete plugin, use this. It’s a simple debug-plugin. Upload, activate and go to the dashboard. After activation there should be a Debug-Widget. If not, open the screen options and activate the Debug-Widget.