Enrich native plugin list with health data#86
Open
apermo wants to merge 8 commits intoZodiac1978:developfrom
Open
Enrich native plugin list with health data#86apermo wants to merge 8 commits intoZodiac1978:developfrom
apermo wants to merge 8 commits intoZodiac1978:developfrom
Conversation
Contributor
Author
|
Note: Once #88 (public API) lands, the |
This was referenced Apr 13, 2026
Add Repository, Last Update, and Tested up to columns to the native Plugins page. Show inline warnings for closed, stale (>2 years), or untested plugins. Data is read from existing transient cache populated by the report page.
Call assemble_plugin_report() for all plugins on the native Plugins page so columns have data on first visit. Add a "Refresh report data" link to the plugin list views with nonce-protected cache clear.
Use notice-error (red) for closed plugins and notice-warning (orange) for stale/untested. Add dashicons (dismiss, warning, info) for visual distinction between severity levels.
The orange notice-warning bar is clear enough without the redundant dashicons-warning icon.
The notice bar colors (red/orange) are sufficient visual indicators. Dashicon spans were redundant.
Place the cache-clear link next to the "Add Plugin" button as a page-title-action instead of in the views filter list. Reuse existing translated string "Clear cached plugin data and reload".
Replace jQuery-based inline script with a vanilla JS IIFE output via admin_print_footer_scripts. No jQuery dependency needed.
Add property declarations for pr_clear_cache_url and pr_clear_cache_label to satisfy PHPStan.
b285009 to
f83ff2c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
notice-error) for closed pluginsnotice-warning) for stale or untested pluginsFixes #85
Test in WordPress Playground
Open in WordPress Playground — 4 plugins, quick test
Open stress test with 42 plugins — 42 plugins (lightweight, install-only), realistic load test
Pre-installed test plugins: Apermo Admin Bar (outdated), giWeather (closed/removed), plus 37 lightweight wp.org plugins (not activated)
Test plan