InnovativeK Terminplaner
A simple date and availability poll: a publicly visible table, voting by name and a shared password, three states per day (yes, no, maybe).
5 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_inkterm_dates | Stores inkterm dates data created by this plugin. | Static |
| wp_inkterm_people | Stores inkterm people data created by this plugin. | Static |
| wp_inkterm_polls | Stores inkterm polls data created by this plugin. | Static |
| wp_inkterm_votes | Stores inkterm votes data created by this plugin. | Static |
| wp_tu_polls | Stores tu polls 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:
inkterm_db_versionOption key:inkterm_delete_data_on_uninstallOption key:tu_db_versionOption key:tu_delete_data_on_uninstall