[WordPress] 外掛分享: NaveenCodes Safe Mode

首頁外掛目錄 › NaveenCodes Safe Mode
WordPress 外掛 NaveenCodes Safe Mode 的封面圖片
全新外掛
安裝啟用
尚無評分
62 天前
最後更新
問題解決
WordPress 6.5+ PHP 8.0+ v1.1.0 上架:2026-06-18

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.1.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「NaveenCodes Safe Mode」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

NaveenCodes Safe Mode helps restore access after fatal plugin or theme crashes. It detects fatal PHP shutdown errors, identifies whether the source is a plugin or theme, performs the configured recovery action, records detailed logs, stores recovery history, shows persistent admin notices, and emails administrators.
The plugin does not modify, rewrite, or repair user code. Version 1 is focused only on detection, disabling, recovery, logging, and notification.
Version 1 Architecture

Namespace: NaveenCodes\SafeMode
Prefix: ncsm_
Text domain: naveencodes-safe-mode
Bootstrap: naveencodes-safe-mode.php
Autoloading: lightweight PSR-4 style autoloader for includes/
Composition root: includes/Core/Plugin.php
Service boundaries:

Core: activation, deactivation, settings, plugin bootstrapping
Database: custom table schema
Recovery: shutdown detection, source detection, queueing, plugin/theme recovery, notifications
Logging: error logs and recovery history persistence
Admin: dashboard, logs, history, settings, notices, coming soon UI
Helpers: focused WordPress helper utilities
Interfaces: shared service contracts

Database Schema
wp_ncsm_logs

id
timestamp
error_type
error_message
file_path
line_number
source_type
source_name
action_taken

recovery_status
wp_ncsm_recovery_history

id

timestamp
source_type
source_name
recovery_action
recovery_result

Recovery Workflow

Register a shutdown function early on plugins_loaded.
Inspect error_get_last() on shutdown.
Continue only for fatal, parse, compile, core, user, or recoverable fatal errors.
Detect source from the error file path:

wp-content/plugins/... becomes a plugin source.
wp-content/themes/... becomes a theme source.
Anything else is stored as Unknown Source.

Check recovery queue attempts for the source.
If the source is a plugin and plugin auto-disable is enabled, deactivate the faulty plugin.
If the source is the active theme and theme recovery is enabled, switch to the configured fallback theme.
Log the error and recovery action.
Store recovery history.
Add a persistent admin notice.
Send an administrator email when enabled.

WordPress Hooks

plugins_loaded boots the plugin.
register_shutdown_function() detects fatal shutdown errors.
admin_menu registers the admin pages.
admin_enqueue_scripts loads admin assets.
admin_notices renders persistent recovery notices.
admin_post_ncsm_save_settings saves settings.
admin_post_ncsm_export_logs exports logs.
admin_post_ncsm_dismiss_notice dismisses recovery notices.

Admin Pages

Dashboard: protection status, statistics, recovery workflow, and theme snapshot status.
Error Logs: fatal error log table, filters, and CSV export.
Recovery History: source, action, result, and timestamp.
Theme Snapshot: take, replace, restore, or delete the active theme backup.
Settings: recovery toggles, notifications, fallback theme, retention, maximum attempts.
Coming Soon: planned feature previews only.

Settings

Enable Recovery
Enable Plugin Auto Disable
Enable Theme Recovery
Enable Email Notifications
Fallback Theme Selector
Log Retention Period
Maximum Recovery Attempts

Coming Soon
The following features are displayed as UI-only cards and are not implemented in Version 1:

Automatic Rollback
Update Sandbox Testing
Code Snippet Protection
AI Error Analysis
Slack Notifications
Cloud Backups
Uptime Monitoring
One Click Restore

Security
Version 1 uses capability checks, nonces, sanitization, escaping, WordPress database APIs, and prepared SQL for dynamic values. It performs no tracking, no hidden data collection, no remote code execution, and no unsafe file rewriting.

延伸相關外掛

文章
Filter
Mastodon