Constructing a WordPress Plugin Admin Panel
This post was written as part of the How to Write a WordPress Plugin series.
Any plugin that needs user input, such as changing a variable, should have some kind of administration panel. Building a administration panel isn't all that difficult, so it annoys me when plugin authors decide not to build one and want [...]

