FamTree

This plugin provides a block to manage and visualize family trees (Scaffolded with Create Block tool).

4 database tables

Table NameDescriptionMethod
wp_famtree_Stores famtree data created by this plugin.Static
wp_famtree_metadataStores additional metadata (key-value pairs) for famtree metadata records.Static
wp_famtree_personsStores famtree persons data created by this plugin.Static
wp_famtree_relationsStores famtree relations 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:famtree_db_versionOption key:famtree_public_access