• Resolved Pexle Chris

    (@pexlechris)


    There is no uninstall.php file.

    Are there any options that plugins use?

    How can I completely uninstall all plugin’s data?

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Thread Starter Pexle Chris

    (@pexlechris)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Completely Uninstall’ is closed to new replies.