Plugin Report

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

August 18, 2026 1 reply
I was looking for a plugin like this to make managing multiple websites easier and was about to build something similar with AI. Then I came across the author's post on X/Twitter about Plugin Report. I installed it on one of my sites and it worked wonderfully. Honestly, I’m glad I came across this plugin instead of having to build something similar myself. I did notice a few minor issues such as: some closed WordPress.org plugins being detected incorrectly as active and a few paid plugins being incorrectly identified as free/on WordPress[dot]org. I'll reach out via GitHub with the details. A big thank you to the author. It’s genuinely helpful, and I’m glad to have it in my toolkit. Keep it up! ❤️
March 11, 2024
This is going straight into my toolkit. It fills a critical need that probably should be part of WordPress core, and it does so in a simple and straight-forward way. Thank you!
March 31, 2023
This is an absolutely great, a must have plugin for anyone who's websites are running with bunch of plugins. It gives you an easy and comfort overview of your plugins compatibility state Vs latest Wordpress version so you can easily track stats at one place not having to hassle with checking plugins compatibility one by one. Besides, I've got reply to my support tickets from the plugin support/author within minutes which is extremely rare to be seen these days. A thousand thanks to the Author of the plugin.
Read all 15 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

2.0.1 (2022-02-03)