GedShow
GedShow creates a shortcode to display the contents of an uploaded gedcom file to show the family history of individuals in the file.
9 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_gedshow_facts | Stores gedshow facts data created by this plugin. | Static |
| wp_gedshow_families | Stores gedshow families data created by this plugin. | Static |
| wp_gedshow_family | Stores gedshow family data created by this plugin. | Static |
| wp_gedshow_marriage | Stores gedshow marriage data created by this plugin. | Static |
| wp_gedshow_names | Stores gedshow names data created by this plugin. | Static |
| wp_gedshow_notes | Stores gedshow notes data created by this plugin. | Static |
| wp_gedshow_pages | Stores gedshow pages data created by this plugin. | Static |
| wp_gedshow_photos | Stores gedshow photos data created by this plugin. | Static |
| wp_gedshow_unions | Stores gedshow unions 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:
gedshow_settings