
內容簡介
<h3>WordPress 外掛總結:</h3>
<p>Simple Editor Control 外掛可用於監控透過外掛檔案編輯區所做的更改。此外掛僅適用於基本修改。</p>
<h3>問題與答案:</h3>
<ul>
<li><strong>外掛 Simple Editor Control 主要功能是什麼?</strong></li>
<p>透過外掛檔案編輯區監控檔案的修改。</p>
<li><strong>Simple Editor Control 外掛的修改類型有哪些限制?</strong></li>
<p>僅適用於基本修改。</p>
<li><strong>Simple Editor Control 外掛的授權是什麼?</strong></li>
<p>授權為 GPLv2 或更新版本:<a href="https://www.gnu.org/licenses/gpl-2.0.html">詳細資訊</a></p>
</ul>
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Simple Editor Control silently records every file change made through the WordPress built-in plugin editor and theme editor. For each save it stores the diff, the editor who made it, and the timestamp — giving you a full, browsable history.
Features
Automatic tracking — no setup required. Every save through the WP file editor is captured.
Git-style diff viewer with side-by-side and line-by-line modes.
Adjustable context lines (0, 3, 5, 10, 20).
Point-in-time file recovery — download any file as it existed at any past revision.
Works with all plugins and all active themes.
Accurate LCS-based diff engine (same algorithm as GNU diff / git) — handles insertions, deletions and replacements correctly.
Fully translatable.
Use cases
See exactly what changed when something broke.
Verify that no unauthorised changes were made to your plugin or theme files.
Recover a previous version of a file without restoring a full backup.
