From fad458f8ae771a4f86e2634153c2ce50315cb089 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Thu, 3 Jul 2025 12:53:20 +0200 Subject: [PATCH 1/2] Initial --- integration/class-w3-total-cache.php | 127 +++++++++++++++++++++++++++ integration/load.php | 9 ++ 2 files changed, 136 insertions(+) create mode 100644 integration/class-w3-total-cache.php diff --git a/integration/class-w3-total-cache.php b/integration/class-w3-total-cache.php new file mode 100644 index 000000000..a2587d4db --- /dev/null +++ b/integration/class-w3-total-cache.php @@ -0,0 +1,127 @@ + Date: Thu, 3 Jul 2025 14:39:38 +0200 Subject: [PATCH 2/2] simplified code --- integration/class-w3-total-cache.php | 112 ++++++--------------------- 1 file changed, 23 insertions(+), 89 deletions(-) diff --git a/integration/class-w3-total-cache.php b/integration/class-w3-total-cache.php index a2587d4db..d3680569a 100644 --- a/integration/class-w3-total-cache.php +++ b/integration/class-w3-total-cache.php @@ -1,6 +1,8 @@