Fast Woo Order Lookup

Searches for orders faster on WooCommerce stores with many orders.

5 database tables

Table NameDescriptionMethod
wp_fwolStores fwol data created by this plugin.Static
wp_wc_order_addressesStores order records and related transaction data.Static
wp_wc_ordersStores order records and related transaction data.Static
wp_wc_orders_metaStores additional metadata (key-value pairs) for wc orders records.Static
wp_woocommerce_order_itemsStores order records and related transaction data.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_postmeta
Post meta