FamTree
This plugin provides a block to manage and visualize family trees (Scaffolded with Create Block tool).
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_famtree_ | Stores famtree data created by this plugin. | Static |
| wp_famtree_metadata | Stores additional metadata (key-value pairs) for famtree metadata records. | Static |
| wp_famtree_persons | Stores famtree persons data created by this plugin. | Static |
| wp_famtree_relations | Stores 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_optionsOption key:
famtree_db_versionOption key:famtree_public_access