
內容簡介
總結:「PLU Redux」是一款 WordPress 外掛,可以顯示安裝在 WordPress Plugin Directory 上的所有外掛的「上次更新」日期,當某個外掛超過兩年未更新時,會在該日期旁邊顯示警告表情符號。
1. 「PLU Redux」能顯示哪些資訊?
- 安裝在 WordPress Plugin Directory 上的所有外掛的「上次更新」日期。
2. 安裝「PLU Redux」後該怎麼使用?
- 安裝並啟用後,它會自動顯示網站中每個外掛的「上次更新」日期。
- 若要進行網站健康檢查,前往 WordPress 控制台的「工具 → 網站健康狀態」。
3. 「Site Health Check」會如何列出資訊?
- 自訂的網站健康檢查會列出已安裝的外掛,並標示是否超過兩年未更新。
- 如果發現有超過兩年未更新的外掛,則回傳「危急」的狀態及這些舊外掛的名稱。
- 如果未發現超過兩年未更新的外掛,則回傳「良好」的狀態,表示所有已安裝的外掛都在兩年內更新過。
4. 「PLU Redux」的 WP-CLI 指令是什麼?
- 「PLU Redux」包括一個 WP-CLI 指令,名稱為「wp plu list」。
- 輸入此指令後,會輸出已安裝的(WordPress Plugin Directory listed)外掛列表以及它們的「上次更新」日期。
- 如果發現某些外掛超過兩年未更新,則會在該日期旁邊標示箭頭符號(←)。
外掛標籤
開發者團隊
原文外掛簡介
PLU Redux displays the “Last Updated” date and “Tested up to” version for all of your installed plugins. If a plugin hasn’t been updated in over two years – or hasn’t been tested with a recent WordPress version – you’ll get a warning emoji next to the relevant field.
Version 3.0 adds full support for plugins managed by Git Updater. GitHub, GitLab, Bitbucket, Gitea, and Gist are all supported.
Usage
Once activated, head over to your Plugins screen. You’ll see “Last Updated” and “Tested up to” info in the metadata row for each plugin. Warning emojis appear when a plugin hasn’t been updated in over two years or its “Tested up to” version is significantly behind your current WordPress version.
For the Site Health checks, navigate to Tools → Site Health in your WordPress dashboard.
Git Updater Support
PLU Redux automatically detects plugins using Git Updater headers and queries the appropriate hosting API for last updated info.
Supported platforms:
GitHub (GitHub Plugin URI) – checks releases first, falls back to last commit
GitLab (GitLab Plugin URI) – uses last_activity_at
Bitbucket (Bitbucket Plugin URI) – uses updated_on
Gitea (Gitea Plugin URI) – self-hosted; requires a full URL in the header
Gist (Gist Plugin URI) – uses gist updated_at
PLU Redux also respects the Primary Branch header. When there’s no release, it falls back to the last commit on the specified branch.
Note: “Tested up to” is only available for WordPress.org plugins. Git-hosted plugins will only show “Last updated.”
Site Health Check
PLU Redux adds two checks to Tools → Site Health:
Outdated plugins – Lists any plugins not updated in 2+ years (critical status).
Untested plugins – Lists plugins not tested with a recent WordPress version (recommended status).
WP-CLI Command
PLU Redux includes a WP-CLI command: wp plu list
This outputs a table of your installed plugins with their last updated dates and tested versions. Plugins needing attention are flagged with an arrow (<-). A - in the “Tested Up To” column means the plugin isn’t in the WordPress.org directory.
