內容簡介
WordPress 外掛框架 ( WPF ) 是一個 PHP 類別,用於提供開發 WordPress 外掛程式的框架。
此套件還包含一個示範外掛程式,用於演示 WPF 的功能和能力。WPF 的總體目標是將外掛程式設計標準普及化並簡化,同時還可以幫助外掛程式遵守共同的管理和使用標準。
詳細信息請參閱本專案中附帶的 wpf_user_manual.pdf 文件。您也可以從 WPF 專案網站下載WordPress 外掛框架使用手冊的最新版本。
目前,WPF 示例外掛程式演示了下列 WPF 功能。
從 WordPressPluginFramework 基礎類別派生外掛程式。
為外掛程式創建選項。
初始化外掛程式。
為外掛程式管理頁面創建內容區塊。
將外掛程式管理頁面註冊到 WordPress。
更新和重置外掛程式選項。
移除外掛程式。
授權
此 WPF 示例外掛程式和 WordPress 外掛框架皆使用 GNU 通用公共授權條款第二版進行開發。
GNU 通用公共授權條款第二版
支援 WPF 開發
通過捐款來支持 WordPress 外掛框架的開發。
捐贈給 Double Black Design
WPF 專案位置
最新版本的 WordPress 外掛框架可以在 WordPress Extend 網站上找到。以下是該網站的連結。
下載 WordPress 外掛框架
WordPress 外掛框架專案可以在 Google Code 網站上找到。以下是該網站的連結。
WordPress 外掛框架專案
外掛標籤
開發者團隊
原文外掛簡介
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.
Deriving a plugin from the WordPressPluginFramework base class.
Creating options for the plugin.
Initializing the plugin.
Creating content blocks for the plugin’s administration page.
Registering the plugin’s administration page with WordPress.
Updating and resetting of the plugin’s options.
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
