Blue Odin Companion

Blue Odin Companion is a plugin to enable additional features in the Blue Odin service

7 database tables

Table NameDescriptionMethod
wp_bo_cart_itemsStores bo cart items data created by this plugin.Static
wp_bo_cartsStores bo carts data created by this plugin.Static
wp_bo_sessionsStores session data for tracking user or visitor state.Static
wp_bo_utm_dataStores bo utm data data created by this plugin.Static
wp_cart_items_cart_id_item_keyStores cart items cart id item key data created by this plugin.Static
wp_cart_session_idStores session data for tracking user or visitor state.Static
wp_sessions_session_idStores 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_options
Option key:blueodin_do_uninstall
wp_postmeta
Post meta