-
Notifications
You must be signed in to change notification settings - Fork 432
Description
Hello, thanks for this awesome project.
I'm currently working on RepoMan which is an MU plugin that extends the native WP plugin search to include plugins from GitHub that can be installed... it also prevents WordPress.org from sending "update" notices on any plugins that RepoMan detects already support the Git Updater software by looking for string GitHub Plugin URI in the main file:
https://github.com/littlebizzy/repoman
One of your users asked if we could support your software also.
Do you have a recommendation on the easiest way for RepoMan to scan installed plugins in WordPress and identify which plugins support plugin-update-checker that is hopefully lightweight and scalable?
For example, looking for string PluginUpdateChecker in the main file should that be enough? Cheers!