CheckoutGuard
Track incomplete WooCommerce checkouts, recover lost sales, block fraudulent orders, analyze courier success rates, and manage order statuses.
9 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_cg_blocked_addresses | Stores cg blocked addresses data created by this plugin. | Static |
| wp_cg_blocked_devices | Stores cg blocked devices data created by this plugin. | Static |
| wp_cg_blocked_domains | Stores cg blocked domains data created by this plugin. | Static |
| wp_cg_blocked_emails | Stores cg blocked emails data created by this plugin. | Static |
| wp_cg_blocked_ips | Stores cg blocked ips data created by this plugin. | Static |
| wp_cg_blocked_numbers | Stores cg blocked numbers data created by this plugin. | Static |
| wp_cg_blocked_orders | Stores order records and related transaction data. | Static |
| wp_cg_checkout_attempts | Stores cg checkout attempts data created by this plugin. | Static |
| wp_cg_incomplete_checkouts | Stores cg incomplete checkouts 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:
cg_custom_order_statusesOption key:cg_license_statusOption key:cg_plugin_optionsOption key:cg_plugin_versionOption key:cg_recent_courier_checkswp_postmeta