We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1202356 commit a588afeCopy full SHA for a588afe
1 file changed
uninstall.php
@@ -79,6 +79,7 @@ function powered_cache_uninstall_site() {
79
// remove cron tasks
80
wp_clear_scheduled_hook( \PoweredCache\Constants\PURGE_CACHE_CRON_NAME );
81
wp_clear_scheduled_hook( \PoweredCache\Constants\PURGE_FO_CRON_NAME );
82
+ wp_clear_scheduled_hook( \PoweredCache\Constants\DEFERRED_PRELOAD_QUEUE_CRON_NAME );
83
84
delete_site_transient( \PoweredCache\Constants\PURGE_CACHE_PLUGIN_NOTICE_TRANSIENT );
85
delete_transient( \PoweredCache\Constants\PURGE_CACHE_PLUGIN_NOTICE_TRANSIENT );
0 commit comments