
內容簡介
<!DOCTYPE html>
<html>
<head>
<title>Smart Spam Cleaner Introduction</title>
</head>
<body>
<h2>總結:Smart Spam Cleaner 優秀地從您的 WordPress 網站中有效地刪除垃圾使用者和文章。它使用 WordPress cron 作業進行背景處理,處理大量數據而不影響您的網站性能。</h2>
<h3>問題與答案:</h3>
<ol>
<li>
<h4>使用情境:</h4>
<p>哪些情況下您可以使用 Smart Spam Cleaner?</p>
<p><strong>答:</strong>您可以使用此外掛去清理垃圾使用者註冊、刪除機器人生成的使用者、刪除來自特定垃圾網域的使用者、清理賭場/賭博垃圾文章、大量刪除垃圾留言作者以及在刪除垃圾的同時保護合法使用者。</p>
</li>
<li>
<h4>安全功能:</h4>
<p>這個外掛的安全功能有哪些?</p>
<p><strong>答:</strong>此外掛僅處理具有 'subscriber' 角色的使用者,需要管理員權限運行,包括確認對話框,提供詳細的日誌達到透明度。在運行清理操作之前,請始終備份您的數據庫。</p>
</li>
<li>
<h4>配置項目:</h4>
<p>您可以如何自定義預設設置?</p>
<p><strong>答:</strong>您可以通過管理界面或將以下內容添加到您的 wp-config.php 文件來修改默認設置:<br>// 自定義批次大小<br>define('WWSSC_BATCH_SIZE', 1000);</p>
</li>
<li>
<h4>支援:</h4>
<p>如果需要支援、功能請求或 bug 報告,您應該怎麼做?</p>
<p><strong>答:</strong>請訪問我們的支援頁面。</p>
</li>
</ol>
</body>
</html>
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Smart Spam Cleaner provides an efficient way to remove spam users and posts from your WordPress site. It uses background processing via WordPress cron jobs to handle large datasets without impacting your site’s performance.
Key Features
Dynamic Filtering – Configure your own spam keywords and email domains
Advanced Conditions – Use AND/OR logic to combine keyword and domain filters
Include/Exclude Domains – Specify which email domains to target or protect
Flexible Post Handling – Choose between moving posts to trash or permanent deletion
Background Processing – Uses WordPress cron jobs for non-blocking cleanup operations
Batch Processing – Processes users and posts in small batches to avoid server overload
Smart Detection – Identifies spam users based on customizable patterns
Detailed Logging – Comprehensive logging of all cleanup activities
Modern UI – Beautiful, responsive admin interface with progress tracking
Security – Built-in security measures including nonce verification and capability checks
Configurable – Customizable batch sizes and spam keywords
What Gets Deleted
Users:
The plugin uses your configured filters to determine which users to delete:
Keyword Matching – Users with spam keywords in email, username, or display name
Domain Filtering – Users with email domains in your include list (or all domains except exclude list)
Condition Logic:
OR: Delete if user matches ANY keyword OR domain filter
AND: Delete if user matches ALL keyword AND domain filters
Only affects users with the ‘subscriber’ role
Posts:
Published posts containing spam keywords in the title or content
Uses your configured post keywords list
Deletion Mode:
Move to Trash: Posts are moved to WordPress trash (recoverable)
Permanent Delete: Posts are permanently deleted (irreversible)
Use Cases
Clean up spam user registrations
Remove bot-generated users
Delete users from specific spam domains
Clean up casino/gambling spam posts
Bulk delete spam comments authors
Protect legitimate users while removing spam
Safety Features
Only processes users with ‘subscriber’ role
Requires administrator privileges to run
Includes confirmation dialogs
Provides detailed logging for transparency
Always backup your database before running cleanup operations
Configuration
Default Settings
Batch Size – 500 items per batch
User Keywords – btc, binance, crypto, telegram, usd, tinkoff, money, trading, wallet, forex, meta, xrp, airdrop, bam, bet, eur, rub, invest, usdt, euro
User Domains:
Include: (empty – all domains)
Exclude: gmail.com
User Condition – OR
Post Keywords – casino, gambling, slots, bet, poker, blackjack, win money, jackpot, spin, roulette, wager, baccarat
Post Deletion Mode – Move to Trash (recoverable)
Customization
You can modify the default settings through the admin interface or by adding the following to your wp-config.php file:
// Custom batch size
define('WWSSC_BATCH_SIZE', 1000);
Support
For support, feature requests, or bug reports, please visit our support page.
Privacy
This plugin does not collect, store, or transmit any user data outside of your WordPress installation. All operations are performed locally on your server.
Requirements
WordPress 5.0 or higher
PHP 7.4 or higher
Administrator privileges
Credits
Developed by WizzyWeb Private Limited
Important
Always backup your database before running any cleanup operations. This plugin performs destructive operations that cannot be undone.
