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 NameDescriptionMethod
wp_gedshow_factsStores gedshow facts data created by this plugin.Static
wp_gedshow_familiesStores gedshow families data created by this plugin.Static
wp_gedshow_familyStores gedshow family data created by this plugin.Static
wp_gedshow_marriageStores gedshow marriage data created by this plugin.Static
wp_gedshow_namesStores gedshow names data created by this plugin.Static
wp_gedshow_notesStores gedshow notes data created by this plugin.Static
wp_gedshow_pagesStores gedshow pages data created by this plugin.Static
wp_gedshow_photosStores gedshow photos data created by this plugin.Static
wp_gedshow_unionsStores 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_options
Option key:gedshow_settings