>
Download This Plugin | |
Download Elegant Themes | |
Name | WpPDE |
Version | 1.0 |
Author | Dakshinamurthy Karra |
Rating | 0 |
Last updated | 2012-10-06 09:08:00 |
Downloads |
705
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WpPDE plugin added 5 bytes of resources to the Home page and 18 bytes of resources to the sample Post page.
WpPDE plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WpPDE plugin ads no tables to your Wordpress blog database.WpPDE is a development environment for WordPress. You can create your own plugins and maintain them using WpPDE.
WpPDE allows you to create plugins that contain:
WpPDE integrates with Ace editor to provide a productive development environment.
WpPDE also facilitate easy creation of readme files for your plugins.
Use the Plugin Elements box to add different type of items to your plugin. You can add:
Once a widget element is added to the plugin, you can configure it in the GUI. You can also add
form elements to the widget. WpPDE automatically creates the widget form for you including saving of the widget
data. You just need to provide the display code (corresponding to widget()
method).
You can various kinds of form elements to the widget. These include:
You can also hide/unhide dependent elements using the value of the selected item for checkbox, radio and dropdown items.
You can add external files (javascript, css, PHP etc.) to your plugin using the External Files
box. WpPDE even lets
you enqueue(or require) the files automatically.
WpPDE can generate readme files (in standard wordpress readme format or markdown format for github). Provide the
information in About the Plugin
box and let WpPDE generate the files for you.
You can change the editor options using the Editor Options
box.