A WordPress Plugin API class that allows plugin developers to have a standard management class for their plugin.
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.
Inital Version
Requires: 2.5 or higher
Compatible up to: 2.5.1
Last Updated: 2008-5-5
Downloads: 289
Got something to say? Need help?