Compare commits

...

2 Commits

Author SHA1 Message Date
1113893dc1 Add use statement for add_filter function in Updater class
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2025-04-12 02:03:13 +01:00
bae264f655 git checkout -b docs/update-git-workflow
git checkout main
Merge tag 'v1.6.4'

Release version 1.6.4
2025-04-12 01:59:06 +01:00

View File

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