WordPress Plugin Framework

0

The WordPress Plugin Framework (WPF) is a PHP class that is used to provide a framework for the development of WordPress plugins. This package also contains a demo plugin which is used

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

The WordPress Plugin Framework (WPF) is a PHP class that is used to provide a framework for the development of WordPress plugins.
This package also contains a demo plugin which is used to demonstrate the features and capabilities of the (WPF). The overall
intention of the WPF is to generalize and simplify plugin design while also helping plugins adhere to a common administration
and usage standard.

For more information please see the wpf_user_manual.pdf file included with this project. You may also download the
latest copy of the WordPress Plugin Framework User Manual from
the WPF project website.

Currently, the WPF demo plugin demonstrates the features of the WPF listed below.

  1. Deriving a plugin from the WordPressPluginFramework base class.
  2. Creating options for the plugin.
  3. Initializing the plugin.
  4. Creating content blocks for the plugin’s administration page.
  5. Registering the plugin’s administration page with WordPress.
  6. Updating and resetting of the plugin’s options.
  7. Uninstallation of the plugin.

License

This WPF demo plugin and WordPress Plugin Framework are being developed under the GNU General Public License, version 2.

GNU General Public License, version 2

Support WPF Development

Help support development of the WordPress Plugin Framework by making a donation.

Donate to Double Black Design

WPF Project Locations

The latest version of the WordPress Plugin Framework can be found on the WordPress Extend website. A link to this site is provided below.

Download the WordPress Plugin Framework

The WordPress Plugin Framework project can be found on the Google Code website. A link to this site is provided below.

WordPress Plugin Framework Project