Merge pull request 'Add use statement for add_filter function in Updater class' (#5) from docs/update-git-workflow into main
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

Reviewed-on: wpallstars/fix-plugin-does-not-exist-notices#5
This commit is contained in:
2025-04-12 01:15:27 +00:00

View File

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