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.
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 DemoPluginWordpressPluginFramework" -> "class YourPluginNameWordpressPluginFramework".
New feature requests may be submitted via the Wordpress Plugin Framework Feature Request Forum.
New issue submissions may be submitted via the Wordpress Plugin Framework Issue Submission Forum.




