Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

WordPress Plugin Framework

Descrizione

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

Screenshot

  • WPF Demo Plugin administration interface.

  • WPF Demo Plugin uninstall option.

  • WPF Demo Plugin uninstalled (requesting deactivation).

Installazione

  1. Unzip the archive file.
  2. Verify the name of the unzipped folder to be “wordpress-plugin-framework”.
  3. Upload the “wordpress-plugin-framework” folder to the root of your WordPress “plugins” folder.
  4. Activate the “WordPress Plugin Framework” demo plugin in your website’s plugin administration page.
  5. Navigate to the “Plugins” ~ “WPF Demo Plugin” administration page.

FAQ

What is the WordPress Plugin Framework project?

The WordPress Plugin Framework (WPF) project is a framework used for the development and implementation of WordPress plugins. The
Wordpress Plugin Framework demo plugin provided with this framework is used simply to demonstrate the features and capabilities
of the WPF.

Do I need to modify the wordpress-plugin-framework.php file?

Yes. There you will need to prefix the WordPressPluginFramework class name with the name of your plugin in order to prevent class
duplication errors within the WordPress core.
– i.e. “class DemoPlugin_WordpressPluginFramework” -> “class YourPluginName_WordpressPluginFramework”.

How can I request new features for the WPF?

New feature requests may be submitted via the WordPress Plugin Framework Feature Request Forum.

How can I report issues found while using the WPF?

New issue submissions may be submitted via the WordPress Plugin Framework Issue Submission Forum.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“WordPress Plugin Framework” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Traduci “WordPress Plugin Framework” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

  • v0.06 (7/6/2008) – Minor bugfix for handling plugin option updates.

  • v0.05 (7/6/2008) – Updated for new WP 2.5 administration interface.

  • v0.04 (11/20/2007) – Minimized user required WPF base class modifications, improved options support, and added user manual and screenshots.

  • v0.03 (11/16/2007) – Added support for multiple plugins to simultaneously utilize the WPF.

  • v0.02 (11/07/2007) – Updated to support more option types and better plugin administration.

  • v0.01 (11/01/2007) – Initial release of the WordPress Plugin Framework and demo plugin.