AML League

Tool to manage a badminton league (probably able to manage other sports)

1 database table

Table NameDescriptionMethod
wp_aml_playersStores aml players 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:aml-league_installedOption key:aml-link_targetOption key:aml-menuOption key:aml-menu_labelOption key:aml-menu_subitemsOption key:aml-menu_urlOption key:aml-restrict_accessOption key:aml-restrict_limited_accessOption key:aml-restrict_limited_access_fullOption key:aml_debug
wp_postmeta
Post meta
wp_posts
Custom post type:aml_clubsCustom post type:aml_league_daysCustom post type:aml_leaguesCustom post type:aml_matchsCustom post type:aml_players