From 42dcbe2ab429df037f1248da568e970f9021934f Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Thu, 11 Jul 2024 12:36:59 +0200 Subject: [PATCH] fix(php): compatibility --- QM_Collector_WPBP_Debug.php | 5 +++++ QM_Collector_WPBP_Debug_Output.php | 5 +++++ debug.php | 4 ++++ 3 files changed, 14 insertions(+) diff --git a/QM_Collector_WPBP_Debug.php b/QM_Collector_WPBP_Debug.php index 6da46e4..55c594f 100644 --- a/QM_Collector_WPBP_Debug.php +++ b/QM_Collector_WPBP_Debug.php @@ -1,6 +1,11 @@ output = $output; diff --git a/debug.php b/debug.php index 3e2862b..a7e0196 100644 --- a/debug.php +++ b/debug.php @@ -10,6 +10,10 @@ */ class WPBP_Debug { + public $title; + + public $output; + /** * Check user cap and WP_DEBUG on init to see if class should continue loading *