wordpress-progressive-web-apps icon indicating copy to clipboard operation
wordpress-progressive-web-apps copied to clipboard

Delete transients at plugin deactivation

Open anghelalexandra opened this issue 7 years ago • 0 comments

Describe the bug Deactivating the plugin should clear temporary data, in this case the transient containing information for the App Themes tab.

To Reproduce Steps to reproduce the behavior:

  1. Activate the plugin and go to the App Themes tab
  2. Deactivate the plugin
  3. Check the wp_options table from the database - the pwa_more_updates transient is not deleted.

Expected behavior Clear transient(s) when the plugin is deactivated.

anghelalexandra avatar Aug 02 '18 08:08 anghelalexandra