Plugin Author
r-a-y
(@r-a-y)
Thanks for the review, itsjustathought.
Glad that some people are still using this plugin after all these years!
Well, since you asked 🙂 I wonder if the user could choose from a list of colors or a color grid or enter a hex code for active plugins?
And I miss the old WordPress feature where each time you reviewed the plugin list it came back with the last selected sorting (i.e., Active, Deactivated, etc.).
Plugin Author
r-a-y
(@r-a-y)
Well, since you asked 🙂
Looks like I walked into that one 🙂
I wonder if the user could choose from a list of colors or a color grid or enter a hex code for active plugins?
Adding a javascript color picker and adding a settings page for the user to select the hex color would add some code bloat to this plugin.
If you really need to change the color, you can manually change line 13 of the plugin to whatever hex you want:
https://github.com/r-a-y/green-active-plugins/blob/master/green-active-plugins.php#L13
The good thing is I will most likely never update this plugin again so your changes will always stick. Never say never though!
And I miss the old WordPress feature where each time you reviewed the plugin list it came back with the last selected sorting (i.e., Active, Deactivated, etc.).
Forgot when WP started doing this. Not really meant for this plugin though, but I could see how you’d find this useful.