Description
A WordPress plugin that provides detailed information about currently installed plugins.
Plugin Report will allow you to:
- Spot plugins that are no longer maintained.
- Get a quick overview of the “plugin health” of your site.
- Provide clients with a detailed report, right from their own dashboard, or as CSV spreadsheet.
- Find plugins that are no longer active on multisite installs
Credits
Thanks to Roy Tanck for trusting me to adopt this great plugin. Hartelijk bedankt!
Special thanks go to Tristen Forsythe Brown for the tablesort JavaScript library licensed under the MIT License.
Screenshots

FAQ
Where can I submit bug reports or feature requests?
The development of this plugin happens on GitHub. Feel free to submit issues there.
Where do I report security bugs found in this plugin?
Please report security bugs found in the source code of the Plugin Report plugin through the Patchstack Vulnerability Disclosure Program. The Patchstack team will assist you with verification, CVE assignment, and notify the developer of this plugin.
Reviews
Contributors & Developers
“Plugin Report” is open source software. The following people have contributed to this plugin.
Contributors“Plugin Report” has been translated into 9 locales. Thank you to the translators for their contributions.
Translate “Plugin Report” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.2.4 (2026-08-15)
- Tested up to WordPress 7.1
- Added WPCS, typo, and Plugin Check checks to the CI workflow
- Fixed typos and WordPress Coding Standards warnings
- Added information about the Patchstack managed Vulnerability Disclosure Program (mVDP)
- Removed a redundant update-data check identified by PHPStan
- Hardened cache-clear request validation and sanitization
- Switched AJAX plugin-info responses to wp_send_json()
- Fixed compatibility highlighting for WordPress beta and RC releases
- Added an orange compatibility warning and a help tab explaining the color thresholds
- Prevented invalid plugin repository data without a version from being cached or accessed (thanks, @apermo)
- Added graceful handling for failed or malformed AJAX requests (thanks, @apermo)
2.2.3 (2026-05-31)
- Tested up to WordPress 7.0
- Tablesort updated to the latest version (5.7.1)
- Guard rail for duplicate JS executions
- fix(security): harden output escaping, CSRF, and SVN check (Thanks, @apermo)
- fix(js): replace deprecated jQuery and var (Thanks, @apermo)
- fix: use TextDomain as slug for single-file plugins (Thanks, @apermo)
- fix(phpstan): cast timestamp to string for esc_attr (Thanks, @apermo)
- Add even more escaping
- Add Christoph (apermo) as new contributor
2.2.2 (2026-01-18)
- Tested up to WordPress 6.9
- Tablesort updated to the latest version (5.7.0)
- Minor optimization loading the Javascript
2.2.1 (2025-04-25)
- Fix plugin for subfolder installs
2.2.0 (2025-04-25)
- Tablesort updated to the latest version (5.6.0)
- Many code improvements (Thanks to PHPStan, WPCS and Plugin Check)
- New ownership
- Tested with WP 6.8
2.1.1 (2022-06-17)
- Improved behavior of the repository column on older WordPress versions (thanks, @zodiac1978)
2.1 (2022-05-28)
- Added detection for plugins that have been closed in the wordpress.org repository
2.0.2 (2022-02-12)
- Fixed some more PHP warnings
