This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

LMB^Box WordPress Plugin API

Description

A WordPress Plugin API class that allows plugin developers to have a standard management class for their plugin. All options and menu pages are handled through the plugin api class. I have included a test plugin to demonstrate usage of the API. More documentation will come …

Installation

  1. Upload lmbbox-wordpress-plugin-api folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“LMB^Box WordPress Plugin API” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

0.2

Changed class public options variable to private __options variable. Renamed all protected functions and variables from __* to _*. All private functions and variables are __*. Added _add_hook, _remove_hook functions, and _setup_hooks. Updated lmbbox-test.php plugin. Added Widget handling. Add _get_options function. Updated _update_options function to fix checkbox option updating.

0.1

Inital Version