From 1113893dc104d2a5b1227db1f9a6b16b843adf51 Mon Sep 17 00:00:00 2001 From: Marcus Quinn <6428977+marcusquinn@users.noreply.github.com> Date: Sat, 12 Apr 2025 02:03:13 +0100 Subject: [PATCH] Add use statement for add_filter function in Updater class --- includes/Updater.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/Updater.php b/includes/Updater.php index 2b0692e..2115512 100644 --- a/includes/Updater.php +++ b/includes/Updater.php @@ -9,6 +9,8 @@ namespace WPALLSTARS\FixPluginDoesNotExistNotices; +use function add_filter; + /** * Class Updater *