| 开发者 | xkmet |
|---|---|
| 更新时间 | 2026年8月3日 18:02 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
No. All monitoring runs on scheduled background checks (WP-Cron) or passively observes existing WooCommerce hooks/logs — nothing runs synchronously in the checkout request path except a small error listener script, which only reports errors and never blocks page load.
No. This is intentional — automatically toggling a live store's gateway into test mode is the kind of automated production-config change that can fail open and itself block real customer payments, which is exactly the problem this plugin exists to prevent.
Bank transfer, cheque, and Cash on Delivery orders are excluded by default since they're expected to sit in Pending/On-hold until manually confirmed. If you see a false positive for another manual method, it can be excluded via the chkv_manual_payment_methods filter.