FlxWoo
WooCommerce infrastructure plugin providing a REST API, Stripe Checkout integration, and server-side rendering for headless checkout workflows.
5 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_flxwoo_checkout_sessions | Stores session data for tracking user or visitor state. | Static |
| wp_flxwoo_events | Stores flxwoo events data created by this plugin. | Static |
| wp_flxwoo_idempotency | Stores flxwoo idempotency data created by this plugin. | Static |
| wp_flxwoo_sessions | Stores session data for tracking user or visitor state. | Static |
| wp_flxwoo_stripe_events | Stores flxwoo stripe events 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:
_transient_timeout_flxwoo_diagnostics_snapshotOption key:flx_woo_allow_bypassOption key:flx_woo_last_render_timeOption key:flx_woo_render_stats_24hOption key:flx_woo_settingsOption key:flx_woo_versionOption key:flxwoo_checkout_page_idOption key:flxwoo_checkout_sessions_table_versionOption key:flxwoo_db_versionOption key:flxwoo_delete_data_on_uninstallOption key:flxwoo_idempotency_table_versionOption key:flxwoo_last_checkout_okOption key:flxwoo_last_idempotency_cleanupOption key:flxwoo_last_observability_cleanupOption key:flxwoo_last_stripe_connectivity_okOption key:flxwoo_last_webhook_okOption key:flxwoo_render_urlOption key:flxwoo_stripe_secret_keyOption key:flxwoo_stripe_webhook_secretOption key:flxwoo_thankyou_page_idOption key:woocommerce_currency_posOption key:woocommerce_min_amountOption key:woocommerce_notify_low_stock_amountwp_postmetawp_usermeta