-
Notifications
You must be signed in to change notification settings - Fork 0
Home
WPDLib (short for WordPress Definitely Library) is a library which builds the foundation for a group of WordPress plugins which allow developers to build their admin interfaces more quickly.
You probably found your way here since you were browsing the documentation of one of those plugins. Just to be clear, you don't need to download this library and install it in WordPress. It is automatically bundled with the Definitely plugins which require it. Those plugins are:
- Options Definitely
- Post Types Definitely
- more to come...
This documentation describes everything which is contained within WPDLib. Some of the things you will need to use as a developer when leveraging one of the above plugins are shared between all of them - this is the functionality that this library bundles and to which you can find the documentation right here. In particular, you're probably here for either the Field Types Reference or the Menu Component Reference. If you want to know more about the concept and general structure / functionality of all the Definitely plugins, the pages Concept and Usage might be helpful. If you're interested in creating your own plugin based on WPDLib, you should probably read The abstract component base class. The documentation for a specific Definitely plugin (one of the above) can be found in its own wiki.
WPDLib is the foundation for all Definitely plugins which allow developers to build their admin interfaces more quickly. Those plugins are: