• Resolved mcho

    (@mcho)


    Hi, we are seeing the following calls to be made on a page load. Why is this call being made about adminimize’s uninstall function? Can you tell me what’s happening here?

    UPDATEwp_optionsSEToption_value= 'a:4:{i:0;b:0;s:36:\"publish-to-apple-news/apple-news.php\";s:30:\"apple_news_uninstall_wp_plugin\";s:43:\"public-post-preview/public-post-preview.php\";a:2:{i:0;s:22:\"DS_Public_Post_Preview\";i:1;s:9:\"uninstall\";}s:25:\"adminimize/adminimize.php\";s:24:\"_mw_adminimize_uninstall\";}' WHEREoption_name= 'uninstall_plugins'

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Frank Bueltge

    (@bueltge)

    The plugin update the options only for manually doing of update options, settings at the settings page. I mean, this query is from another source. The values have several entries from several plugins in this query. This is the entry to store which plugins have an uninstall-request if you uninstall it via the plugin page, so WP can run this uninstalls routine.

Viewing 1 replies (of 1 total)
  • The topic ‘uninstall plugin called on page load’ is closed to new replies.