內容簡介
<html>
<body>
<h2>Modules Insight 簡介:</h2>
<p>Modules Insight 是一個簡單的 WordPress 外掛,可列出所有已安裝的外掛,顯示哪些是啟用的,哪些是停用的。非常適合開發人員和網站管理員需要快速檢視狀態的情況。</p>
<h3>問題與答案:</h3>
<ul>
<li><strong>Q:</strong> Modules Insight 提供了什麼功能?</li>
<li><strong>A:</strong> Modules Insight 可列出所有已安裝的外掛(啟用、停用、網絡啟用),包含外掛名稱和版本;顯示外掛總數;讓管理員將外掛數據以 .json 格式導出;加入方便的儀表板小工具;支援 [plugin_list] 短碼在任何地方顯示。</li>
<li><strong>Q:</strong> Modules Insight 提供了哪些使用情境?</li>
<li><strong>A:</strong> 可用於客戶報告已安裝的外掛;部署前或更新前檢查外掛;識別可能未使用的外掛進行清理;與團隊或支持人員輕鬆分享外掛狀態。</li>
<li><strong>Q:</strong> Modules Insight 是安全的嗎?</li>
<li><strong>A:</strong> 是的,Modules Insight 是完全只讀的,不會更改您網站的外掛啟用狀態,非常適合生產環境使用。</li>
</ul>
</body>
</html>
外掛標籤
開發者團隊
原文外掛簡介
Modules Insight helps WordPress developers and site managers audit installed plugins, assess the risk of upgrading PHP, and export complete reports — all from a single on-demand scan.
PHP Upgrade Risk Evaluator
Planning a server PHP upgrade? MI queries the WordPress.org API for each installed plugin and produces a colour-coded risk table showing how likely each plugin is to break on your target PHP version.
Each plugin is rated Low, Medium, High, or Not on WP.org based on two signals:
1. Last Updated — how recently the plugin received a release on WordPress.org.
2. Minimum PHP Declared — the Requires PHP field set by the plugin author.
Risk is assigned as follows:
High — Not updated in over 3 years, or declares a minimum PHP below 7.0. These carry the greatest risk of breaking on PHP 8.x and should be investigated before upgrading.
Medium — Falls between High and Low. Test on a staging environment before upgrading production.
Low — Updated within the last 12–18 months and declares PHP 7.4 or higher as its minimum. Likely compatible, but a quick smoke test after upgrading is still recommended.
Not on WP.org — Not found in the WordPress.org directory (premium plugins, custom code). Compatibility must be verified manually with the vendor.
Important: risk ratings are based on publicly available metadata, not code analysis. A Low-rated plugin could still have incompatibilities; a High-rated plugin might work perfectly. Use the table as a triage guide, not a guarantee. Always test on a staging environment before upgrading PHP on a live server.
Results from the WordPress.org API are cached per plugin for 24 hours to avoid unnecessary external requests.
Plugin List and Reports
MI lists all installed plugins (active, inactive, and network-active on multisite) with version numbers, author details, and descriptions. It also reports the active WordPress version and active theme.
Reports can be exported as .json or .csv. Both formats include the PHP compatibility data if a check has been run prior to export.
Tested and fully compatible with WordPress 7.0.
Key Features
PHP upgrade risk evaluation via the WordPress.org API
Colour-coded risk table: Low / Medium / High / Not on WP.org
Lists all installed plugins with status, version, author, and URIs
Reports WordPress version and active theme
Export as JSON or CSV (includes compat data when available)
Dashboard widget and [plugin_list] shortcode
Scan-on-demand — nothing runs automatically on page load
100% read-only — safe for production use
Use Cases
Assessing risk before upgrading PHP on a server
Managing multiple WordPress sites and keeping plugins audited
Client-facing reports on installed plugins
Pre-deployment or pre-update plugin audits
Credits
Made with ❤️ by Pedro Matias for WordPress developers and admins.
