Blue Odin Companion
Blue Odin Companion is a plugin to enable additional features in the Blue Odin service
7 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_bo_cart_items | Stores bo cart items data created by this plugin. | Static |
| wp_bo_carts | Stores bo carts data created by this plugin. | Static |
| wp_bo_sessions | Stores session data for tracking user or visitor state. | Static |
| wp_bo_utm_data | Stores bo utm data data created by this plugin. | Static |
| wp_cart_items_cart_id_item_key | Stores cart items cart id item key data created by this plugin. | Static |
| wp_cart_session_id | Stores session data for tracking user or visitor state. | Static |
| wp_sessions_session_id | Stores session data for tracking user or visitor state. | 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:
blueodin_do_uninstallwp_postmeta