BuddyTask
Adds KanBan like task management boards to Posts, Pages and BuddyPress Groups!
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_buddytask_boards | Stores buddytask boards data created by this plugin. | Static |
| wp_buddytask_lists | Stores buddytask lists data created by this plugin. | Static |
| wp_buddytask_tasks | Stores buddytask tasks data created by this plugin. | Static |
| wp_buddytask_tasks_owners | Stores buddytask tasks owners data created by this plugin. | Static |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_optionsOption key:
_buddytask_enabled