diff --git a/projects/plugins/boost/app/class-jetpack-boost.php b/projects/plugins/boost/app/class-jetpack-boost.php index 28878037c4796..4a92e9c915a44 100644 --- a/projects/plugins/boost/app/class-jetpack-boost.php +++ b/projects/plugins/boost/app/class-jetpack-boost.php @@ -285,7 +285,7 @@ public static function activate() { public function deactivate() { do_action( 'jetpack_boost_deactivate' ); - wp_clear_scheduled_hook( 'jetpack_boost_routine_cleanup' ); + wp_clear_scheduled_hook( 'jetpack_boost_general_cleanup' ); // Tell Minify JS/CSS to clean up. jetpack_boost_page_optimize_deactivate(); diff --git a/projects/plugins/boost/changelog/fix-transient-cleanup b/projects/plugins/boost/changelog/fix-transient-cleanup new file mode 100644 index 0000000000000..caf2f4213bd96 --- /dev/null +++ b/projects/plugins/boost/changelog/fix-transient-cleanup @@ -0,0 +1,5 @@ +Significance: patch +Type: fixed +Comment: Fixed transient cleanup scheduled hook name. It's not released yet. + +