
內容簡介
比較任何平台上兩個 WordPress 網站上安裝的外掛列表。
功能
創建一個管理介面,提供一個包含網站上所有已安裝外掛清單的 JSON 文本。
提供一個圖形化的差異介面,讓您可以比較兩個網站上的外掛清單。
突顯出其他網站上已經添加或刪除的外掛與您當前網站的差異。
突顯出兩個網站上已安裝的外掛版本之間的差異。
突顯出兩個網站上啟用的外掛之間的差異。
如何使用
必須在兩個網站上都安裝外掛。
外掛提供一個文本框,其中包含可以從另一個網站中複製的 JSON 文本。
複製 JSON 後,它會生成一個友好的差異用戶界面,突顯出差異之處。
比較 WordPress 網站的外掛
開發人員通常在不同的環境中同時運行多個相同的網站實例,例如本機機器、開發或測試服務器以及生產環境。
隨著開發的進行或支持需求的實現,這些不同環境上安裝的外掛可能會失去同步。
版本控制系統,例如 Git,非常出色,但它們設計用於跟踪文件之間的差異,而不是已安裝的外掛列表和它們在數據庫中的狀態。
此外掛不依賴於版本控制系統,並且由於它將列表導出為簡單的 JSON,因此沒有比較兩個網站的限制。
外掛標籤
開發者團隊
② 後台搜尋「WordPress Plugins Compare Diff」→ 直接安裝(推薦)
原文外掛簡介
Compare the list of plugins on any two WordPress websites hosted on any platform.
Features
Creates an admin interface that provides a JSON text containing the list of all plugins installed on your website.
Provides a graphical diff interface where you can compare the list of plugins on the two websites.
Highlights if plugins on the other website have been removed or added compared to your current website
Highlights differences between the versions of the plugins installed on the two websites.
Highlights differences in which plugins are activated on the two websites.
How To Use
The plugin has to be installed on both websites.
The plugin provides a text field with JSON text that can be copied from the other website into yours
Once the JSON is copied it generates a friendly Diff User interface that highlights the differences
WordPress Website Plugins Compare
Developers usually have multiple instances running of the same website on different environments such as their local machines, development or test servers as well as production environments.
As development goes on a project or as support requests get fulfilled the plugins installed on these various environments could get out of sync.
Version control systems such as Git are great but they were designed to track differences between files not lists of installed plugins and their state in the Database.
This plugin does not rely on version control systems and since it exports the list a simple JSON it has no limitations on which two websites you compare.
