
Implementing an admin GUI for your WordPress plugin, the boring part…
Hooking into WordPress’s actions and filters, writing callbacks to do magical stuff is a fascinating experience. Writing an admin settings GUI for a plugin has always been more boring for me, than writing the plugin itself. In this post, I will publish some code snippets from a plugin that I have written in the past (Toolbar Login Button), and using as a boilerplate for some other plugins. Read more