ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

WordPress Plugin Framework

აღწერა

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

ეკრანული სურათები

  • WPF Demo Plugin administration interface.

  • WPF Demo Plugin uninstall option.

  • WPF Demo Plugin uninstalled (requesting deactivation).

დაყენება

  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.

ხდკ

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.

მიმოხილვები

There are no reviews for this plugin.

მონაწილეები & დეველოპერები

“WordPress Plugin Framework” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ WordPress Plugin Framework თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

  • 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.