From 1075e3dc20b05233cacfec814d2258d07ce61de7 Mon Sep 17 00:00:00 2001 From: AntonV1211 Date: Fri, 16 Jan 2026 21:09:16 +0700 Subject: [PATCH] Upd. WooCommSpamOrders. Added a hint for the disabled option to save spam orders. --- lib/Cleantalk/ApbctWP/WcSpamOrdersListTable.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/Cleantalk/ApbctWP/WcSpamOrdersListTable.php b/lib/Cleantalk/ApbctWP/WcSpamOrdersListTable.php index a1f55f501..382513759 100644 --- a/lib/Cleantalk/ApbctWP/WcSpamOrdersListTable.php +++ b/lib/Cleantalk/ApbctWP/WcSpamOrdersListTable.php @@ -335,6 +335,16 @@ private function generatePageHeader()

Please do backup of WordPress database before delete any orders!

Results are based on the decision of our spam checking system and do not give a complete guarantee that these orders are spam.

+ apbct->settings['data__wc_store_blocked_orders'] != 1) { + echo '

' + . __( + 'To store WooCommerce spam orders, enable the "Store blocked WooCommerce orders" option in CleanTalk settings.', + 'cleantalk-spam-protect' + ) + . '

'; + } + ?>