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 );