GD Plugin Core

This is not really a plugin. This is a base class implementation that can be used to create plugins.

Author:Milan Petrovic (profile at wordpress.org)
WordPress version required:2.5
WordPress version tested:2.7.1
Plugin version:1.1.1
Added to WordPress repository:31-07-2008
Last updated:21-03-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.dev4press.com/plugins/gd-plugin-co...
Total downloads:2 275
plugin download
Click to start download

Basic idea was to shorten the plugin development time. When you start working on a new plugin, you need to create a lot of basic code for initialization of options page, widget initialization and this is even more complicated if you want a plugin to support multi instance widgets. And this you need to repeat for every plugin.

And, repeating this every time gets very tiresome and mistakes are easily made. So, you might want to try using this base class, extending it and setting only the things you need.

Class Features

The GD Plugin Core class implements following features:

  • Options subpage on a Settings page
  • Options subpage on a Plugins page
  • Options subpage on a Manage page
  • Setting user level for added subpages
  • Multi instance widget
  • Loading of translations if available
  • Adding files (css, js...) into header
  • Event log with log file support
  • WordPress filters for header and footer
  • Unlimited number of Shortcodes
  • Additional Helper class with useful functions