Are you a WordPress plugin author?
Then, this plugin may be just right for you. Plugin Developer creates a system for managing your plugin releases on your own Web site.
It's actually a project that I've been building and tweaking since I launched my own site, Theme Hybrid, way back in 2008. I use it to run the plugins section on the site, so it has tons of useful tools for doing just that. It's just that I've never packaged it all up to make it useful for others until now.
Template Tags are the heart and soul of this plugin. There are tons of useful functions located in the inc/template
folder that you'll want to use. These are well documented in-code, so plugin authors should be able to figure these out.
WordPress.org Integration is a useful feature if you have plugins that are hosted there. If you have this activated, you can add in the slug on the edit plugin screen, which will give you all the info back from there about your plugin. Dig into the inc/wporg
folder for the code behind that.
There are two built-in taxonomies called plugin_category
(hierarchical) and plugin_tag
(non-hierarchical). These will give you some basic organization to run with. Of course, you're free to add custom taxonomies if needed.
Data, data, data. There's many different pieces of data associated with plugins. There are several fields where you can enter that data on the edit plugin screen.
The plugin is easy to extend with custom features. There's a hook for everything. And, if there's one missing, I'll be happy to add it in.
The plugin isn't going to make a lot of effort to show everything on the front end. I figured most plugin authors will actually want to handle the front end display of stuff on their site. You can use the regular ol' WP template hierarchy or check out the basic hierarchy in inc/core/filters.php
.
If you need professional plugin support from me, the plugin author, you can access the support forums at Theme Hybrid, which is a professional WordPress help/support site where I handle support for all my plugins and themes for a community of 60,000+ users (and growing).
This project is licensed under the GNU GPL, version 2 or later.
2015-2016 © Justin Tadlock.