Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.
Felix Arntz edited this page Jan 17, 2016 · 8 revisions

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:

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.

Clone this wiki locally