Skip to content

asu-ke-web-services/honeycomb

Repository files navigation

Honeycomb

Build Status Coverage Status Analytics

A framework for WordPress plugins

Project Description

The point of this framework is to put common functionality for WordPress plugins in a single place.

The hook is the most important, and most used piece of functionality that this plugin provides. Every plugin or theme will normally want to hook onto WordPress functionality. The Hook class provides a simple and common interface for that.

Traits are another area that still needs expanding upon. Traits are pieces of common functionality that WordPress Hooks commonly use.