Title: Scoutwise Usage Audit
Author: Hitesh Patel
Published: <strong>2026년 8월 24일</strong>
Last modified: 2026년 8월 24일

---

플러그인 검색

![](https://ps.w.org/scoutwise-usage-audit/assets/banner-772x250.png?rev=3663284)

![](https://ps.w.org/scoutwise-usage-audit/assets/icon-256x256.png?rev=3663284)

# Scoutwise Usage Audit

 작성자: [Hitesh Patel](https://profiles.wordpress.org/hitesh94/)

[다운로드](https://downloads.wordpress.org/plugin/scoutwise-usage-audit.1.0.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/scoutwise-usage-audit/#description)
 * [평가](https://ko.wordpress.org/plugins/scoutwise-usage-audit/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/scoutwise-usage-audit/#installation)
 * [개발](https://ko.wordpress.org/plugins/scoutwise-usage-audit/#developers)

 [지원](https://wordpress.org/support/plugin/scoutwise-usage-audit/)

## 설명

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**

 * **Detect unused plugins** — flags inactive plugins, and active plugins whose 
   shortcodes/widgets/blocks were not found anywhere in your content.
 * **List pages using shortcodes / widgets / blocks** — a full cross-reference table
   showing exactly which pages and posts use each shortcode or block, with direct
   edit links.
 * **Safe-to-remove suggestions** — plain-language guidance for every plugin, not
   just a status label.

**Bonus Features Included**

 * **Block usage detection** — modern block-based plugins are scanned too, not just
   legacy shortcodes and widgets.
 * **Widget area report** — see every registered sidebar and what’s currently placed
   in it.
 * **Exclude list** — mark backend-only plugins (security, SEO, caching, backups)
   so they’re never wrongly flagged as “unused.”
 * **CSV export** — download the full report for offline review or sharing with 
   a client or team.
 * **Cached, on-demand scanning** — results are cached for performance and refreshed
   automatically when you activate, deactivate, delete, or update a plugin, plus
   a manual “Rescan Now” button any time.
 * **Clean, filterable admin UI** — searchable, filterable table with color-coded
   status badges.

This plugin is 100% free and open source (GPLv2 or later). It does not phone home,
make external requests, or collect any data.

## 스크린샷

[⌊Overview dashboard with summary cards and a searchable, filterable plugin usage
table showing status badges and suggestions.⌉⌊Overview dashboard with summary cards
and a searchable, filterable plugin usage table showing status badges and suggestions
.⌉[

Overview dashboard with summary cards and a searchable, filterable plugin usage 
table showing status badges and suggestions.

[⌊Shortcode & Block Usage page — see exactly which pages and posts use each registered
shortcode or block, with edit links.⌉⌊Shortcode & Block Usage page — see exactly
which pages and posts use each registered shortcode or block, with edit links.⌉[

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.⌉⌊Widget Usage page — list of all registered widget areas(
sidebars) and the widgets currently placed in each.⌉[

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.⌉⌊Settings page — exclude backend-only plugins(
security, SEO, caching, backups) from "possibly unused" suggestions.⌉[

Settings page — exclude backend-only plugins (security, SEO, caching, backups) from“
possibly unused” suggestions.

## 설치

 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.

## FAQ

### 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.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Scoutwise Usage Audit”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ Hitesh Patel ](https://profiles.wordpress.org/hitesh94/)

[자국어로 “Scoutwise Usage Audit”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/scoutwise-usage-audit)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/scoutwise-usage-audit/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/scoutwise-usage-audit/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/scoutwise-usage-audit/)을 [RSS](https://plugins.trac.wordpress.org/log/scoutwise-usage-audit/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0.0

 * Initial release.
 * Detect inactive plugins and possibly unused active plugins.
 * Shortcode, widget, and block usage detection.
 * Cross-reference tables with edit links.
 * Exclude list for backend-only plugins.
 * CSV export of the full report.
 * Cached scanning with automatic invalidation on plugin changes.
 * Clean, responsive admin UI with live search and status filters.

## 기초

 *  버전 **1.0.0**
 *  최근 업데이트: **3주 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 5.8 또는 그 이상 **
 *  다음까지 시험됨: **7.0.4**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/scoutwise-usage-audit/)
 * 태그:
 * [blocks](https://ko.wordpress.org/plugins/tags/blocks/)[cleanup](https://ko.wordpress.org/plugins/tags/cleanup/)
   [shortcodes](https://ko.wordpress.org/plugins/tags/shortcodes/)[unused](https://ko.wordpress.org/plugins/tags/unused/)
   [widgets](https://ko.wordpress.org/plugins/tags/widgets/)
 *  [고급 보기](https://ko.wordpress.org/plugins/scoutwise-usage-audit/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/scoutwise-usage-audit/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/scoutwise-usage-audit/reviews/)

## 기여자

 *   [ Hitesh Patel ](https://profiles.wordpress.org/hitesh94/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/scoutwise-usage-audit/)