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:
@ -9,6 +9,8 @@
|
||||
|
||||
namespace WPALLSTARS\FixPluginDoesNotExistNotices;
|
||||
|
||||
use function add_filter;
|
||||
|
||||
/**
|
||||
* Class Updater
|
||||
*
|
||||
|
Reference in New Issue
Block a user