
內容簡介
Circuit Breaker 是一款輕量級的安全工具,旨在幫助管理員從外掛造成的致命錯誤循環中恢復。它不會自動停用其他外掛,也不會修改 WordPress 核心,確保用戶擁有完全的控制權。
【主要功能】
• 記錄致命錯誤事件
• 暫時防止可疑外掛加載
• 顯示管理員通知
• 允許手動停用可疑外掛
外掛標籤
開發者團隊
原文外掛簡介
Circuit Breaker is a lightweight safety utility designed to help administrators recover from fatal error loops caused by plugins.
IMPORTANT:
– This plugin DOES NOT automatically deactivate other plugins.
– This plugin DOES NOT modify WordPress core.
– This plugin DOES NOT connect to any external service.
– This plugin DOES NOT send any data externally.
When a fatal error is detected, Circuit Breaker:
1. Logs the event internally.
2. Temporarily prevents the suspected plugin from loading (without deactivating it).
3. Displays an admin notice.
4. Allows the administrator to manually deactivate the plugin.
All actions are initiated by the administrator. The plugin never changes plugin activation state automatically.
How It Works
If a fatal error occurs:
• WordPress shuts down normally.
• Circuit Breaker detects the last active plugin action.
• On next load, the suspected plugin is skipped temporarily.
• An admin notice appears with:
– Option to deactivate the suspected plugin (manual action)
– Option to restore it
This prevents crash loops while maintaining full user control.
External Services
This plugin does not use or rely on any external services.
No API calls are made.
No remote assets are loaded.
No tracking is performed.
Privacy
Circuit Breaker does not collect, store, transmit, or process personal data.
All operations are performed locally within WordPress.
