| 开发者 | bananaSaging |
|---|---|
| 更新时间 | 2026年8月29日 17:13 |
| PHP版本: | 8.2 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
manage_woocommerce can run local, read-only checks to see whether cart and checkout look configured and renderable on this site.
It does not process payments, place orders, or watch the store from the public internet.
Product truth
Local checks do not prove that a real external customer can complete payment. This plugin must never be described as a live checkout or payment monitor.
What this version does
cobalt-checkout-diagnostics folder to /wp-content/plugins/, or install the zip via Plugins → Add New → Upload Plugin.No. Local diagnostics do not prove that a real external customer can complete payment.
No. Checks are read-only. They do not create orders, change stock, send customer mail, or charge a gateway.
Users with the manage_woocommerce capability. State-changing forms also require a WordPress nonce.
No. History stays in this WordPress database. Optional incident emails use WordPress mail to the site admin address (and any extra addresses a developer adds with a filter). There is no telemetry.
When WooCommerce has initialized Action Scheduler, recurring jobs use that. Otherwise WP-Cron is the fallback. WP-Cron timing is approximate and depends on site traffic.
Scheduled jobs are always cleared. Tables and options are deleted only if you enabled Delete plugin data on uninstall before removing the plugin.