From f30dbce7dc767a41bc7e39ad66f8dcfeec9598b4 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Tue, 12 Nov 2024 15:45:01 -0800 Subject: [PATCH] Add reference to LightSpeed Cache --- plugins/optimization-detective/storage/rest-api.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/optimization-detective/storage/rest-api.php b/plugins/optimization-detective/storage/rest-api.php index cde13b9ab7..354db98dad 100644 --- a/plugins/optimization-detective/storage/rest-api.php +++ b/plugins/optimization-detective/storage/rest-api.php @@ -285,6 +285,7 @@ function od_clean_queried_object_cache_for_stored_url_metric( OD_URL_Metric_Stor * The transition_post_status action is used to flush page caches by: * - Jetpack Boost * - WP Super Cache + * - LightSpeed Cache */ /** This action is documented in wp-includes/post.php. */ do_action( 'transition_post_status', $post->post_status, $post->post_status, $post );