Linux 软件免费装
Banner图

Scoutwise Usage Audit

开发者 hitesh94
更新时间 2026年8月24日 19:30
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

shortcodes widgets blocks cleanup unused

下载

1.0.0

详情介绍:

Over time, WordPress sites accumulate plugins that are no longer needed — but it's risky to guess which ones are safe to remove. Scoutwise Usage Audit scans your installed plugins and your site's actual content to tell you, one by one, whether each plugin still looks like it is being used. Core Features Bonus Features Included This plugin is 100% free and open source (GPLv2 or later). It does not phone home, make external requests, or collect any data.

安装:

  1. Upload the scoutwise-usage-audit folder to the /wp-content/plugins/ directory, or install the zip via Plugins → Add New → Upload Plugin.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Go to Scoutwise Audit in the admin menu to view your first report.
  4. (Optional) Visit Scoutwise Audit → Settings to exclude backend-only plugins (security, SEO, caching, etc.) from "possibly unused" suggestions.

屏幕截图:

  • Shortcode & Block Usage page — see exactly which pages and posts use each registered shortcode or block, with edit links.
  • Widget Usage page — list of all registered widget areas (sidebars) and the widgets currently placed in each.
  • Settings page — exclude backend-only plugins (security, SEO, caching, backups) from "possibly unused" suggestions.

升级注意事项:

1.0.0 Initial release of Scoutwise Usage Audit.

常见问题:

Does this modify or remove any plugins automatically?

No. This plugin only reports information. All removal decisions and actions remain entirely up to you. Always take a backup before deleting plugins.

Why does a plugin show as "Unknown"?

Some plugins provide functionality (security, performance, SEO, integrations, backups) with no shortcode, widget, or block for this scanner to detect. These are marked "Unknown" rather than falsely flagged as unused — you can also add them to the exclude list in Settings.

Will this slow down my site?

No. Scanning only happens in wp-admin when you view the report or click "Rescan Now." Results are cached (default 12 hours), and nothing runs on your public-facing site.

How does the scanner detect usage?

It reads the PHP files of each installed plugin to find registered shortcodes (add_shortcode), widgets (id_base / WP_Widget), and blocks (register_block_type). It then searches your published, private, and draft post content for those shortcodes and block comments, and checks active widget areas for placed widgets.

Can I use this on multisite?

Yes, on a per-site basis. Network activation is not specially handled; run it on individual sites.

Is my data safe?

Yes. Everything stays on your server. No external API calls, no tracking, no data collection.

更新日志:

1.0.0