Add use statement for add_filter function in Updater class
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-04-12 02:03:13 +01:00
parent bae264f655
commit 1113893dc1

View File

@ -9,6 +9,8 @@
namespace WPALLSTARS\FixPluginDoesNotExistNotices; namespace WPALLSTARS\FixPluginDoesNotExistNotices;
use function add_filter;
/** /**
* Class Updater * Class Updater
* *