LMB^Box WordPress Plugin API
A WordPress Plugin API class that allows plugin developers to have a standard management class for their plugin.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 6449 days ago
Is LMB^Box WordPress Plugin API abandoned?
Possibly abandoned (last update 6449 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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
- Upload
lmbbox-wordpress-plugin-apifolder to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
Frequently Asked Questions
Review feed
Screenshots
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