CheckoutGuard

Track incomplete WooCommerce checkouts, recover lost sales, block fraudulent orders, analyze courier success rates, and manage order statuses.

9 database tables

Table NameDescriptionMethod
wp_cg_blocked_addressesStores cg blocked addresses data created by this plugin.Static
wp_cg_blocked_devicesStores cg blocked devices data created by this plugin.Static
wp_cg_blocked_domainsStores cg blocked domains data created by this plugin.Static
wp_cg_blocked_emailsStores cg blocked emails data created by this plugin.Static
wp_cg_blocked_ipsStores cg blocked ips data created by this plugin.Static
wp_cg_blocked_numbersStores cg blocked numbers data created by this plugin.Static
wp_cg_blocked_ordersStores order records and related transaction data.Static
wp_cg_checkout_attemptsStores cg checkout attempts data created by this plugin.Static
wp_cg_incomplete_checkoutsStores 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_options
Option key:cg_custom_order_statusesOption key:cg_license_statusOption key:cg_plugin_optionsOption key:cg_plugin_versionOption key:cg_recent_courier_checks
wp_postmeta
Post meta