LiveFot Matches
A simple WordPress plugin to display live football scores, match lineups, standings, and statistics via the LiveFot API.
16 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_livefot_aggregate | Stores livefot aggregate data created by this plugin. | Static |
| wp_livefot_api_calls | Stores livefot api calls data created by this plugin. | Static |
| wp_livefot_countries | Stores livefot countries data created by this plugin. | Static |
| wp_livefot_events | Stores livefot events data created by this plugin. | Static |
| wp_livefot_fixtures | Stores livefot fixtures data created by this plugin. | Static |
| wp_livefot_formations | Stores form definitions and related configuration. | Static |
| wp_livefot_leagues | Stores livefot leagues data created by this plugin. | Static |
| wp_livefot_lineups | Stores livefot lineups data created by this plugin. | Static |
| wp_livefot_players | Stores livefot players data created by this plugin. | Static |
| wp_livefot_referees | Stores livefot referees data created by this plugin. | Static |
| wp_livefot_scores | Stores livefot scores data created by this plugin. | Static |
| wp_livefot_standings | Stores livefot standings data created by this plugin. | Static |
| wp_livefot_team_stats | Stores analytics or statistics data. | Static |
| wp_livefot_teams | Stores livefot teams data created by this plugin. | Static |
| wp_livefot_time | Stores livefot time data created by this plugin. | Static |
| wp_livefot_venues | Stores livefot venues 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:
livefot_api_keyOption key:livefot_api_urlOption key:livefot_cron_hourOption key:livefot_cron_interval_shortOption key:livefot_cron_last_run_endOption key:livefot_cron_last_run_end_shortOption key:livefot_cron_last_run_startOption key:livefot_cron_last_run_start_shortOption key:livefot_cron_last_run_statusOption key:livefot_cron_last_run_status_shortOption key:livefot_cron_minuteOption key:livefot_enable_cron_jobOption key:livefot_enable_short_cron_jobOption key:livefot_interval_eventsOption key:livefot_interval_lineupsOption key:livefot_interval_matchesOption key:livefot_interval_standingsOption key:livefot_interval_statsOption key:livefot_manual_dateOption key:livefot_short_cron_start_hourOption key:livefot_short_cron_start_minute