• Hi, we are seeing the following calls to be made on a page load. Why is this call being made about publish to apple news’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 Kevin Fodness

    (@kevinfodness)

    That looks like default WordPress behavior and not specific to this plugin. The Publish to Apple News plugin does in fact register an uninstall hook, but only updates the option if the option doesn’t already contain the uninstall hook, so it shouldn’t execute on every page load. Is it possible that one of the other plugins listed there is calling register_uninstall_hook too aggressively (e.g., public-post-preview, adminimize)?

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