Merge pull request #6 from wpallstars/docs/update-git-workflow

Add use statement for add_filter function in Updater class
This commit is contained in:
2025-04-12 02:14:54 +01:00
committed by GitHub

View File

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