Editorial Kanban
Plan, assign, track, and move editorial tasks through a visual kanban board inside the WordPress admin area.
7 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_editkb_activity_log | A logging table that records activity, events, or audit history. | Static |
| wp_editkb_boards | Stores editkb boards data created by this plugin. | Static |
| wp_editkb_card_attachments | Stores editkb card attachments data created by this plugin. | Static |
| wp_editkb_card_comments | Stores editkb card comments data created by this plugin. | Static |
| wp_editkb_card_meta | Stores additional metadata (key-value pairs) for editkb card records. | Static |
| wp_editkb_cards | Stores editkb cards data created by this plugin. | Static |
| wp_editkb_columns | Stores editkb columns data created by this plugin. | Static |