-
Notifications
You must be signed in to change notification settings - Fork 1
Home
A library class to to tweak the results of the WordPress Plugins API with custom plugin recommendations. Via a filter existing recommendations can be removed or tweaked and new ones added. There is a class check included so it is only loaded once no matter how many plugins have included it. Also the instantiating function/hook is pluggable so you can instantiate yourself if needed.
By default the WordPress plugin installer displays always the same results on the "Featured" tab - which are not helpful or useful at all. Also, how the tabs "Popular" and "Recommended" are curated or "queried" is unclear and not transparent. This class here let's you change that: for all three tabs you can hook in your own results.
That is the reason I built it because I wanted that for all my plugins to give the user more relevant results - for the target user group of my plugins. At the same time I wanted to use the default WordPress installer - which the users are used to.
For code snippets for customization see the extra Snippets page please.