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 NameDescriptionMethod
wp_inkterm_datesStores inkterm dates data created by this plugin.Static
wp_inkterm_peopleStores inkterm people data created by this plugin.Static
wp_inkterm_pollsStores inkterm polls data created by this plugin.Static
wp_inkterm_votesStores inkterm votes data created by this plugin.Static
wp_tu_pollsStores 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_options
Option key:inkterm_db_versionOption key:inkterm_delete_data_on_uninstallOption key:tu_db_versionOption key:tu_delete_data_on_uninstall