wordpress-progressive-web-apps
wordpress-progressive-web-apps copied to clipboard
Delete transients at plugin deactivation
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:
- Activate the plugin and go to the App Themes tab
- Deactivate the plugin
- Check the
wp_optionstable from the database - thepwa_more_updatestransient is not deleted.
Expected behavior Clear transient(s) when the plugin is deactivated.