Fast Woo Order Lookup
Searches for orders faster on WooCommerce stores with many orders.
5 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_fwol | Stores fwol data created by this plugin. | Static |
| wp_wc_order_addresses | Stores order records and related transaction data. | Static |
| wp_wc_orders | Stores order records and related transaction data. | Static |
| wp_wc_orders_meta | Stores additional metadata (key-value pairs) for wc orders records. | Static |
| wp_woocommerce_order_items | Stores 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