EKC Tournament Manager
Manage Swiss system style tournaments, handle registration of teams and players. Developed for and used at the EKC European Kubb Championships.
7 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_ekc_email_status | Stores analytics or statistics data. | Static |
| wp_ekc_player | Stores ekc player data created by this plugin. | Static |
| wp_ekc_result | Stores ekc result data created by this plugin. | Static |
| wp_ekc_result_log | A logging table that records activity, events, or audit history. | Static |
| wp_ekc_team | Stores ekc team data created by this plugin. | Static |
| wp_ekc_tournament | Stores ekc tournament data created by this plugin. | Static |
| wp_ekc_tournament_round | Stores ekc tournament round 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_postmeta