Plugin Contributor
alexgso
(@alexgso)
Hi Pexle,
A post meta called “panels_data” will be present for any page that had Page Builder enabled. You can bulk remove this data by running the following SQL Query:
DELETE FROMwp_postmetaWHEREmeta_key= 'panels_data'
Please adjust the database prefix if required.
The following options are created:
siteorigin_panels_settings
siteorigin_panels_initial_version
siteorigin_panels_active_version
siteorigin_widgets_active (SiteOrigin Widgets Bundle)
siteorigin_widget_bundle_version (SiteOrigin Widgets Bundle)
Kind regards,
Alex
It would be helpful if these existed in uninstall.php file 🙂
Plugin Contributor
alexgso
(@alexgso)
Hi Pexle,
I’ve forwarded your feedback to the rest of the team. 🙂
Kind regards,
Alex