Clanbite: Team Management System

Community tools for gaming teams and clubs: player profiles, teams, matches, events, notifications, and an extension system.

2 database tables

Table NameDescriptionMethod
wp_clanbite_event_rsvpsStores clanbite event rsvps data created by this plugin.Static
wp_clanbite_notificationsStores clanbite notifications 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:clanbite_events_extension_install_default_doneOption key:clanbite_events_settingsOption key:clanbite_groups_settingsOption key:clanbite_installed_extensionsOption key:clanbite_matches_settingsOption key:clanbite_notifications_extension_install_default_doneOption key:clanbite_notifications_settingsOption key:clanbite_pending_rewrite_flushOption key:clanbite_players_settingsOption key:clanbite_social_kit_global_auto_join_team_idsOption key:clanbite_teams_settings
wp_postmeta
Post meta
wp_posts
Custom post type:clanbite_matchCustom post type:clanbite_team
wp_usermeta
User meta