WPooW – An Object-Oriented Wrapper for Creating WordPress Themes or Plugins

In this workshop/session I aim to show case a little library I wrote that allows you to approach creating WordPress themes or plugins in a simplified, object oriented way. This library does this by abstracting most of the code associated with creating items like custom Post Types and providing API calls to handle interacting with these items. The workshop/session will be loosely based on the example found at http://wpoow.devchid.com (docs site). The workshop will also touch on items to consider when thinking about creating themes or plugins in a object oriented way.

Speaker