From 92a4d741f4316ebcb3e30545c41d6a33d48f0914 Mon Sep 17 00:00:00 2001 From: Nick Green Date: Wed, 22 May 2024 14:51:19 -0700 Subject: [PATCH] Define settings property --- class-plugin-autoupdate-filter.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/class-plugin-autoupdate-filter.php b/class-plugin-autoupdate-filter.php index 5762561..e2ceae4 100644 --- a/class-plugin-autoupdate-filter.php +++ b/class-plugin-autoupdate-filter.php @@ -11,6 +11,11 @@ class Plugin_Autoupdate_Filter { + /** + * @var stdClass Holds the settings + */ + private $settings; + /** * Initialize WordPress hooks */