Skip to content
Nick Worth edited this page Nov 4, 2016 · 1 revision

Welcome to Div Library

“Basically, it came to a point where end users don’t benefit from theme frameworks, only theme devs do” – Jeff Chandler

For this reason Div Library was created as a developer focused framework, a plugin library that that supercharges WordPress (WP) developers without adding a ton of overhead. Once activated in your WP instance you will notice... nothing... nothing at all. This is because Div Library does not DO anything.

Div Library is a collection of patterns (OOP) and services (SOP) used in developing WordPress plugins and the Site Application. This wiki will include documentation specifically about how to harness the tool.

Covering things such as:

  • Service Classes

Using a SOP approach, Div services classes allow for pure utility methods to be exposed to plugins and the site application

  • Div Classes

Using an OOP approach, Div classes are extendable classes that can be used to easily implement WordPress processes.

More to come...

Clone this wiki locally