FlxWoo

WooCommerce infrastructure plugin providing a REST API, Stripe Checkout integration, and server-side rendering for headless checkout workflows.

5 database tables

Table NameDescriptionMethod
wp_flxwoo_checkout_sessionsStores session data for tracking user or visitor state.Static
wp_flxwoo_eventsStores flxwoo events data created by this plugin.Static
wp_flxwoo_idempotencyStores flxwoo idempotency data created by this plugin.Static
wp_flxwoo_sessionsStores session data for tracking user or visitor state.Static
wp_flxwoo_stripe_eventsStores 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_options
Option 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_amount
wp_postmeta
Post meta
wp_usermeta
User meta