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' + ) + . '
'; + } + ?>