CartPinger
WhatsApp commerce for WooCommerce: recover abandoned carts and send order notifications via the WhatsApp Cloud API with your own Business Account.
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_cartpinger_abandoned_carts | Stores cartpinger abandoned carts data created by this plugin. | Static |
| wp_cartpinger_messages_log | A logging table that records activity, events, or audit history. | Static |
| wp_cartpinger_recoveries | Stores cartpinger recoveries data created by this plugin. | Static |
| wp_cartpinger_settings | Stores cartpinger settings 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:
cartpinger_db_versionOption key:cartpinger_delete_data_on_uninstallOption key:cartpinger_enable_auto_couponOption key:cartpinger_enable_followupsOption key:cartpinger_onboarding_completedOption key:cartpinger_phone_number_idOption key:cartpinger_waba_idOption key:cartpinger_webhook_verify_token